Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.0.0
-
None
Description
We have a project using the xmlbeans-maven-plugin to generate some sources. When I change the packaging type to bundle the generated-sources are still compiled into target/generated-classes/xmlbeans but they are not included in the jar.
An example of such a project is at https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/modules/geronimo-service-builder. The maven-bundle-plugin is configured in an ancestor pom so all you should need to do is change the packaging to bundle and look at the jar.