David Nouls created MCOMPILER-288:
-------------------------------------
Summary: Annotation Processors are not automatically detected and
executed
Key: MCOMPILER-288
URL: https://issues.apache.org/jira/browse/MCOMPILER-288
Project: Maven Compiler Plugin
Issue Type: Bug
Affects Versions: 3.6.1
Environment: Window, Java8
Reporter: David Nouls
I created a small annotation processor and I am trying to use it in another
maven project.
The APT is properly bundled with the
META-INF/services/java.annotation.processing.Processor pointing to the right
classname.
And I am including it as a scope provided dependency in the second module that
tries to use it. The docs of maven-compiler-plugin states that it should auto
detect and execute the APT but it does not.
If I add a configuration forceJavaCompilerUse then the annotation processor is
properly executed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)