This group is locked. No changes can be made to the group while it is locked.
maven build fail
Hsin-Yi Shen <syshen66@...>
Hi, I git pull latest change to my local repo and start maven build.$ mvn clean install -DskipTests [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.opendaylight.ovsdb:ovsdb:1.1.0-SNAPSHOT (/Users/shenh/opendaylight/ovsdb/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.opendaylight.ovsdb:commons:1.3.0-SNAPSHOT: Could not find artifact org.opendaylight.odlparent:odlparent:pom:1.5.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ org.opendaylight.ovsdb:commons:1.3.0-SNAPSHOT, /Users/shenh/opendaylight/ovsdb/commons/parent/pom.xml, line 14, column 11 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException It looks like some opendaylight artifact are missing. Maybe I miss some setting steps before do maven build. Could someone suggests how to resolve this issue? Thanks a lot for your help. Hsin-Yi |