Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #14 from zanata/warn-for-dependencies
Browse files Browse the repository at this point in the history
Stop dependency problems from breaking the build
  • Loading branch information
carlosmunoz committed Apr 3, 2014
2 parents 045faaa + b369fec commit 69e245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -283,7 +283,7 @@
</execution>
</executions>
<configuration>
<failOnWarning>true</failOnWarning>
<failOnWarning>false</failOnWarning>
<outputXML>true</outputXML>
<usedDependencies combine.children="append">
<!-- runtime-only dependencies which maven-dependency-analyzer misses -->
Expand Down

0 comments on commit 69e245b

Please sign in to comment.