aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-02-17 13:38:15 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-02-17 13:38:15 +0300
commitd179d635ab8715ce42f80ca6b878575c4afee4b3 (patch)
treee4c79b614f39ae3068cddeeff5b7fe0f23a210a5
parent291825bd09bc8d0afd869b186b18329a910001c4 (diff)
downloadbbprb-d179d635ab8715ce42f80ca6b878575c4afee4b3.tar.gz
Disable fail on error for the findbugs plugin
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3239296..8a27b2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,9 @@
<url>https://github.com/ip1981/bbprb.git</url>
<tag>HEAD</tag>
</scm>
+ <properties>
+ <findbugs.failOnError>false</findbugs.failOnError>
+ </properties>
<developers>
<developer>
<id>ip1981</id>