Mercurial > dive4elements > river
comparison backend/pom.xml @ 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 | 6fd0f20b58aa |
children | 9ec4686badae |
comparison
equal
deleted
inserted
replaced
9042:508350440b10 | 9043:fda171e16988 |
---|---|
34 <id>analyze</id> | 34 <id>analyze</id> |
35 <goals> | 35 <goals> |
36 <goal>analyze-only</goal> | 36 <goal>analyze-only</goal> |
37 </goals> | 37 </goals> |
38 <configuration> | 38 <configuration> |
39 <failOnWarning>true</failOnWarning> | 39 <failOnWarning>false</failOnWarning> |
40 <ignoreNonCompile>true</ignoreNonCompile> | 40 <ignoreNonCompile>true</ignoreNonCompile> |
41 </configuration> | 41 </configuration> |
42 </execution> | 42 </execution> |
43 </executions> | 43 </executions> |
44 </plugin> | 44 </plugin> |