-
1. Re: Add my nexus repository to fetch features.
ffang Sep 13, 2012 8:15 PM (in response to ddelizia) -
2. Re: Add my nexus repository to fetch features.
ddelizia Sep 14, 2012 8:36 AM (in response to ffang)I see my artifact deployed on nexus server but when I do:
features:addurl mvn:com.test.integration/features-project/0.5.0-SNAPSHOT/xml/features
I get the following error:
Could not add Feature Repository:
java.lang.RuntimeException: URL mvn:com.test.integration/features-project/0.5.0-SNAPSHOT/xml/features could not be resolved.
But if I have the artifact on the local repository then it works... Maybe the artifact has to be downloaded before on the local maven repository? in this case how can I do that?
-
3. Re: Add my nexus repository to fetch features.
ffang Sep 14, 2012 8:54 AM (in response to ddelizia)Hi,
Could you try to use a browser to access that features.xml on your nexus server to see if it works?
Do you have any proxy/firewall for the nexus server?
Freeman
-
4. Re: Add my nexus repository to fetch features.
ddelizia Sep 14, 2012 9:31 AM (in response to ffang)Yes I can access to the artifact repository with my browser.
There is a firewall but if I can access with my browser then I suppose I can also access trough servicemix...
-
5. Re: Add my nexus repository to fetch features.
ffang Sep 16, 2012 8:59 PM (in response to ddelizia)Hi,
How your firewall works?
Do you configure any proxy for your browser?
You may also need configure maven configuration in .m2/settings.xm for the proxy.
Freeman