jcabi/jcabi-parent

Avoid using -Werror

andreoss opened this issue · 4 comments

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 release, tag is 0.57.2

@rultor release, tag is 0.57.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor release, tag is 0.57.2

@yegor256 Done! FYI, the full log is here (took me 15min)

@andreoss thanks!