You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
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.
MCOMPILER-159 generatedSourcesDirectory should be included in list provided by org.apache.maven.project.MavenProject.getCompileClasspathElements()
("is duplicated by")
MCOMPILER-235 duplicate classes due to MCOMPILER-157 when compiler is called twice or more
MCOMPILER-236 Compilation error due to MCOMPILER-157 in deploy phase