Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Post-Helium
-
None
-
None
-
Operating System: All
Platform: All
-
2701
Description
The pom.xml of features-netconf misses some dependencies.
It seems to me that it caused the build failure of VTN project.
https://jenkins.opendaylight.org/releng/job/vtn-integration-master/33/
Also, I failed to build the features-netconf as follows:
cent56 $ rm -rf ~/.m2/repository/org/opendaylight/controller/
cent56 $ mvn clean install
(snip)
Tests in error:
Error resolving artifact org.opendaylight.controller:ietf-netconf:jar:0.3.0-SNAPSHOT: Could not find artifact org.opendaylight.controller:ietf-netconf:jar:0.3.0-SNAPSHOT in defaultlocal (file:/home/hideyuki/.m2/repository/)
Error resolving artifact org.opendaylight.controller:ietf-netconf:jar:0.3.0-SNAPSHOT: Could not find artifact org.opendaylight.controller:ietf-netconf:jar:0.3.0-SNAPSHOT in defaultlocal (file:/home/hideyuki/.m2/repository/)
Error resolving artifact org.opendaylight.controller:ietf-netconf:jar:0.3.0-SNAPSHOT: Could not find artifact org.opendaylight.controller:ietf-netconf:jar:0.3.0-SNAPSHOT in defaultlocal (file:/home/hideyuki/.m2/repository/)
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] features-config .................................... SUCCESS [01:39 min]
[INFO] features-protocol-framework ........................ SUCCESS [ 24.791 s]
[INFO] features-netconf ................................... SUCCESS [ 0.718 s]
[INFO] features-config-persister .......................... FAILURE [ 58.925 s]
I think the following patch brings this issue.
https://git.opendaylight.org/gerrit/#/c/14921/
This patch added new bundles into some feature as dependencies.
https://git.opendaylight.org/gerrit/#/c/14921/5/features/netconf/src/main/resources/features.xml
However, this patch missed adding dependencies into pom.xml of the directory features/netconf of the controller.git.