maven-compiler-plugin
maven-compiler-plugin copied to clipboard
[MCOMPILER-401] -Werror with annotations processors generating benign warnings breaks build
Martin Paljak opened MCOMPILER-401 and commented
It seems Maven eats away compiler warnings about annotations processors and combined with -Werror results in a cryptic
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project picocli-issue-show: Compilation failure [ERROR] An unknown compilation problem occurred
Sample to replicate exists at external issue url.
Affects: 3.8.1