Hi, I'm currently using the karaf-maven-plugin and I'd like to use features-generate-descriptor goal to generate a feature.xml files containing several features definitions.
I've successfully managed to generate a file with one big feature in it, but i didn't find any way to split this feature into several ones in order to be able to deploy part of my application repository. Is there any configuration allowing me to produce such a feature file or to I have to create one project per feature ? Thanks Mat
