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.