[PATCH] Do not halt on warnings: this is necessary because we use slf4j-log which is only an indirect, but necessary dependency
Wald Commits
scm-commit at wald.intevation.org
Wed May 2 15:29:06 CEST 2018
# HG changeset patch
# User gernotbelger
# Date 1525267742 -7200
# Node ID a27c0310560525a060cd09c28de882a2a1622f14
# Parent fda171e169884c209350cd9b35b4005b9d7c993a
Do not halt on warnings: this is necessary because we use slf4j-log which is only an indirect, but necessary dependency
diff -r fda171e16988 -r a27c03105605 backend/pom-oracle.xml
--- a/backend/pom-oracle.xml Wed May 02 15:27:46 2018 +0200
+++ b/backend/pom-oracle.xml Wed May 02 15:29:02 2018 +0200
@@ -36,7 +36,7 @@
<goal>analyze-only</goal>
</goals>
<configuration>
- <failOnWarning>true</failOnWarning>
+ <failOnWarning>false</failOnWarning>
<ignoreNonCompile>true</ignoreNonCompile>
</configuration>
</execution>
More information about the Dive4Elements-commits
mailing list