Non-resolvable parent POM Error while Compiling latest OpenDayLight Code
I was able to compile and run my previous OpenDayLight Controller code, today after I did the git pull with latest code, I am no longer able to compile the code. Please find the below error while compilation:
[root@enc-test-vm1 controller]# mvn clean install -Dcheckstyle.skip=true -DskipTests
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.opendaylight.controller:config-parent:0.3.0-SNAPSHOT (/root/OpenDayLight/controller/opendaylight/config/config-parent/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.opendaylight.yangtools:binding-parent:pom:0.7.0-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 11, 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
[root@enc-test-vm1 controller]#
Is the latest code is in good condition? Or do I need any changes to fix this issue?