maven-compiler-plugin icon indicating copy to clipboard operation
maven-compiler-plugin copied to clipboard

[MCOMPILER-497] Java 9 automodules and failOnWarning set to true

Open jira-importer opened this issue 3 years ago • 0 comments

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

jira-importer avatar Jul 04 '22 16:07 jira-importer