I'm trying to create an OSGI bundle that contains transitive dependencies using the maven-bundle-plugin. However two of my dependencies are poorly formed. One has a capitalized package name yet code refers to this using lower case. Another dependency has a space in the package name. The plugin fails the build in both cases.
Until I get fixes for these jars is there a way to configure maven-bundle-plugin to handle these cases? In the later case I would just like to exclude all classes in that folder. Any suggestions are greatly appreciated. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
