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 has been archived by the owner on Feb 18, 2022. It is now read-only.
There exist annotation processors which are not declared in META-INF/services/javax.annotation.processing.Processor. These processors need to be explicitly selected using the maven-compiler-plugin’s <annotationProcessors> configuration element (the equivalent of javac’s -processor <class>).
AFAICT, this option is not supported by m2e-apt yet, making it impossible to configure annotation processing for such processors.
The text was updated successfully, but these errors were encountered:
FWIW, I am aware that the JDT UI doesn’t seem to support explicit processor selection akin to -processor at the moment. I’ve already filed a bug report for that.
There exist annotation processors which are not declared in
META-INF/services/javax.annotation.processing.Processor
. These processors need to be explicitly selected using themaven-compiler-plugin
’s<annotationProcessors>
configuration element (the equivalent ofjavac
’s-processor <class>
).AFAICT, this option is not supported by
m2e-apt
yet, making it impossible to configure annotation processing for such processors.The text was updated successfully, but these errors were encountered: