Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.0
-
None
-
None
Description
before (version 2.5.1) dependencies of compiler plugin were added to javac classpath, now it seems (didn't check so maybe it is wrong) it is no more the case
i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a file target/generated-sources/org/issue/Person_.java. With version 3.0 you get a folder target/annotations and no more file.
This is really blocking for stuff like openjpa metamodel generation where with version 3.0 it needs to use an ant task which is not so straight forward.
Attachments
Attachments
Issue Links
- is duplicated by
-
MCOMPILER-202 Plugin dependencies not added to compiler classpath with javax.tools.Compiler
- Closed