Thanks JB! This is useful, but it doesn't really put the features in my maven dependency tree, AFAICS. What I'm looking for is a way to simply refer to a Karaf feature instead of specifying <dependency> entries in my pom. So that I'm sure that what I'm building with maven has the same dependencies as what is provided by the feature...
Cheers, David On 15 July 2014 18:10, Jean-Baptiste Onofré <[email protected]> wrote: > Hi David, > > the features-maven-plugin/karaf-maven-plugin, with the add-features-to-repo > resolves the features and populate a system repo with bundles. > > Regards > JB > > > On 07/15/2014 06:46 PM, David Bosschaert wrote: >> >> Hi all, >> >> Just wondering whether this is possible. I'm using a Karaf feature at >> runtime and want to make sure that at build time I'm picking up all >> the dependencies exactly like they are in the feature (i.e. same >> bundles at compile time as at runtime). >> >> So I was wondering is there a way to use a Karaf feature as some sort >> of a composite dependency in Maven? >> >> Thanks, >> >> David >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com
