Hi I have several bundles and features that are -SNAPSHOT versioned, residing in $HOME/.m2/repository (together with all the other bundles)
Karaf (v3.0.8) should _not_ attempt to look for a newer version, but simply use what is there. Is this possible? I have org.ops4j.pax.url.mvn.globalUpdatePolicy=never set in org.ops4j.pax.url.mvn.cfg but still I see how Karaf tries to contact remote repos.
