Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.2
-
None
-
Java 6
-
Patch
Description
Maven Compiler Plugin by relying on javac by default, on Java 6 platform includes annotation processors in it's processing, these in end could generate sources that are placed by default in target/generated-sources/annotations. The later should be added to compileSourceRoots so that next plugin in execution would consider those sources.
Please, see the attached test case and consider the attached patch in the next release of maven-compiler-plugin.
thanks,
Zoran
Attachments
Attachments
Issue Links
- is duplicated by
-
MCOMPILER-159 generatedSourcesDirectory should be included in list provided by org.apache.maven.project.MavenProject.getCompileClasspathElements()
- Closed
- relates to
-
MCOMPILER-235 duplicate classes due to MCOMPILER-157 when compiler is called twice or more
- Closed
-
MCOMPILER-236 Compilation error due to MCOMPILER-157 in deploy phase
- Closed
- links to