This content has been marked as final.
Show 2 replies
-
1. Re: maven repo settings when using profiles
iocanel Dec 5, 2012 4:48 AM (in response to mroslyak)The fabric-agent which is responsible to "apply" the profile to your container, will use the maven repositories defined in: org.fusesource.fabric.agent pid using the org.ops4j.pax.url.mvn.repositories key.
So you should just edit the profile using the profile-edit command (or via fmc) to add the target repository:
fabric:profile-edit --append --pid org.fusesource.fabric.agent/org.ops4j.pax.url.mvn.repositories=http://my.repo.url default
In the example above I added that to the default profile so all profiles can inherit from it.
If you provide some details on the failure (when using fmc), I could possibly help you get through it.
-
2. Re: maven repo settings when using profiles
mroslyak Dec 6, 2012 10:57 AM (in response to iocanel)Thanks
That was it.