Hi, I use our internal Nexus as a repository for my features. The feature is deployed on Nexus (http://<nexus-url>//nexus/content/groups/public/).
I have made the following configuration to SMX v4.5 * org.ops4j.pax.url.mvn.proxySupport=true * org.ops4j.pax.url.mvn.repositories has been updated with the above Nexus url Unfortunately, I cannot deploy the feature on my SMX: karaf@root> *features:addURL mvn:testapp/testapp.features/1.0-SNAPSHOT/xml/features* /Could not add Feature Repository: java.lang.RuntimeException: URL [mvn:testapp/testapp.features/1.0-SNAPSHOT/xml/features] could not be resolved. Please verify that the feature repository URL is correct and that your network connection works fine./ The above command works if the feature is deployed on my local maven repo. I have tried to enable/disable proxy settings in my maven settings.xml but without success. Do i miss something in the SMX configuration or problem resides in maven/nexus configuration? -- View this message in context: http://servicemix.396122.n5.nabble.com/Cannot-install-features-from-Nexus-tp5716128.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
