Mercurial > dive4elements > river
changeset 9043:fda171e16988
Do not halt on warnings: this is necessary because we use slf4j-log which is only an indirect, but necessary dependency
author | gernotbelger |
---|---|
date | Wed, 02 May 2018 15:27:46 +0200 |
parents | 508350440b10 |
children | a27c03105605 |
files | backend/pom.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>