Hi everybody, I am trying to assemble a Karaf (packaging karaf-assembly) with the karaf-maven-plugin version 3.0.1. When adding my own feature to the configuration I noticed that my bundles weren’t included. After some debugging I found that the problem is that my feature, which I want to add as startupFeature, only contains nested feature elements.
The InstallKarsMojo in the method installFeature(Feature, EnumSet) only calls feature.getBundles() and doesn’t ask for nested features. Is there a reason why nested features are ignored? Cheers, Ronny
