The current schema [1] doesn't support it. [1] http://karaf.apache.org/manual/2.3.0/users-guide/provisioning-schema.html
Best, Christian On Sun, Feb 3, 2013 at 5:29 PM, lbu <[email protected]> wrote: > Hi, > I would like to know if it possible to set a repository alongside a karaf > feauture e.g: > > <feature name="my-feautre-1" version="1.0.0" > repository="http://maven.mycompany.com"> > <feature name="my-feautre-2" version="1.0.0" > repository="file:///opt/maven"> > <feature name="my-feautre-3" version="1.0.0" > repository="file://${env.HOME}/.m2/repository"> > > So we can avoid to search in the repository chain configured via config > admin if we know where a bundle is and where it isn't > > > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/karaf-features-and-maven-urls-tp4027592.html > Sent from the Karaf - User mailing list archive at Nabble.com. > --
