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 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.
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-aptyet, making it impossible to configure annotation processing for such processors.