So I have some simple webservices done using Camel and Apache CXF to run on a JBoss Fuse 6.3 Karaf installation. I want to automatically generate a features.xml to reduce the risks of mistakes and make it overall simpler, but I don't want to have a features.xml that ask to install bundles that are already provided by FUSE. Right now I'm using the features-maven-plugin but it create a features.xml with a bundle for each dependencies, including bundles that are already in FUSE.
How should I go about it? Does my request even make sense (I'm a total noob on OSGi)?