Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
2.6
-
None
-
None
Description
My build use xmlbeans to generate Java sources and .class from XSD.
With previous version of the plugin it mostly worked (I only had a problem because .class generated by xmlbeans were overriden by Eclipse automatic recompilation).
With latest plugin version, generated source folder is not added anymore to the eclipse classpath.
I've tested with another build using the exec-maven-plugin with a <sourceRoot> element and this additional source is correctly added. So the problem may be specific to xmlbeans plugin.