Hello, I have a question regarding the use of the maven-bundle-plugin. I try to develop a bundle with this tool and would like to do the following things.
1°) Is it possible to use a particular MANIFEST for my bundle and not to leave the plugin to generate one for me? 2°) Is it possible to control the content of this file in order to have something like that: Manifest-Version: 1.0 Export-Package: fr.test.spring.osgi.simple.service Bundle-Name: Spring OSGi Bundle Bundle-SymbolicName: fr.test.spring.osgi.simple In this case, the problem is that only classes of the specified package are included in the bundle. Is there a way to specify which packages must be added in the resulting bundle without specifying additional MANIFEST headers? Thanks for your help! Thierry --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

