[PATCH 2 of 2] 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:27:53 CEST 2018
# HG changeset patch
# User gernotbelger
# Date 1525267666 -7200
# Node ID fda171e169884c209350cd9b35b4005b9d7c993a
# Parent 508350440b10152efbf8ed0777a628bc265b6d37
Do not halt on warnings: this is necessary because we use slf4j-log which is only an indirect, but necessary dependency
diff -r 508350440b10 -r fda171e16988 backend/pom.xml
--- a/backend/pom.xml Wed May 02 15:27:10 2018 +0200
+++ b/backend/pom.xml Wed May 02 15:27:46 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