JB was saying that only some things in Karaf 2.3.x are read feom settings.xml, in Karaf 3.x, they switched which library they are using to interface interface with Maven which supports everything in settings.xml.
Ryan On Jan 2, 2014 8:37 AM, "Henryk Konsek" <[email protected]> wrote: > Hi Jean, > > > On Karaf 3.x, we switched to pax-url-aether instead of pax-url-mvn. So > the > > artifacts resolution is like in Maven and can use Maven settings. > > If you use Karaf 2.x (so pax-url-mvn), the support is limited (you can > use > > http.proxy JVM settings, that's pretty much all). > > So summarizing above : > - Karaf 2.x doesn't read setting.xml at all > - Karaf 3.x reads settings.xml (including repositories) > Do I get it right? :) > > Many thanks for the answer. Cheers. > > -- > Henryk Konsek > http://henryk-konsek.blogspot.com >
