maven-compiler-plugin
maven-compiler-plugin copied to clipboard
[MCOMPILER-497] Java 9 automodules and failOnWarning set to true
Florian Wiesner opened MCOMPILER-497 and commented
when setting <failOnWarning>true</failOnWarning> the automodule dependency log "Required filename-based automodules detected" will fail the build. As this is something you normally cannot fix as you have to augment external libraries, the only option is to turn the fail off, rending all other warnings ignored as well.
Please introduce a configuration option to log "Required filename-based automodules detected" on info or to ignore with <failOnWarning>true</failOnWarning>
Affects: 3.10.1