Hi Andrei, Aggregating features wouldn't work that way anyway. What it does is copy all the features in dependencies that are feature repos and include them as features in the generated feature repo. To get the feature and feature repository you want I think you would need to include enough of the bundles as pom dependencies so that all the desired bundles are transitive dependencies of the included dependencies.
I don't understand why you would want to do what I think you are suggesting. thanks david jencks On Feb 14, 2012, at 3:15 PM, Andrei Pozolotin wrote: > David > > 1) I noticed you introduced aggregateFeatures > http://karaf.922171.n3.nabble.com/features-plugin-features-td2662909.html > thank you; > > 2) it seems that it will aggregate only features that come from pom > dependencies; > and if feature comes from inputFIle then aggregate does not work; > > 3) in my case, pom has no dependencies; > instead I have bunch of repositories and nested features defined in the > inputFile; > can you please let me know how can I produce totally flat resulting > feature.xml in this case; > that is, a features file, which contains a single feature, which contains > only bundles from all transitive dependencies? > (no nested features, no repositories) > > Thank you, > > Andrei
