I\'m using JSR 269 as a way to analyze code during compilation and to fail it if needed. I\'m having troubles with displaying output of my annotation processor in maven (Ant
You can do this by enabling showWarnings flag in the maven-compiler-plugin configuration:
org.apache.maven.plugins maven-compiler-plugin true
See also https://github.com/Cosium/annotation-processor-logger#enable-all-logging-levels