Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Mac OS
Platform: PC
-
1542
Description
Install netconf feature to ODL-Karaf:
feature:repo-add mvn:org.opendaylight.controller/netconf-features/0.2.5-SNAPSHOT/xml/features
Install feature target:
opendaylight-user@root>feature:install odl-netconf-api
Error executing command: Error resolving artifact org.opendaylight.controller:features-netconf:xml:features:0.2.5-SNAPSHOT: Could not find artifact org.opendaylight.controller:features-netconf:xml:features:0.2.5-SNAPSHOT in defaultlocal (file:/Users/jgoodyear/.m2/repository/)
Note: I've built controller project locally, so my m2 repo should be fully populated.
The feature file name is "netconf-features" yet the target appears to be looking for "features-netconf" - this needs to be investigated.