Avoid using -Werror
andreoss opened this issue · 4 comments
andreoss commented
This line is impossible to redefine by child pom without copying all compiler arguments
https://github.com/jcabi/jcabi-parent/blob/master/pom.xml#L1695
Instead of using -Werror
, this option should be used
https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#failOnWarning
rultor commented
rultor commented