Don't fail on errors

Change-Id: I23db72702c30ee4980f3f8cf82a389349739402d
diff --git a/pom.xml b/pom.xml
index 4cf0720..3e9750c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
                 <configuration>
                     <effort>Max</effort>
                     <threshold>Low</threshold>
-                    <failOnError>true</failOnError>
+                    <failOnError>false</failOnError>
                     <includeFilterFile>${session.executionRootDirectory}/spotbugs-security-include.xml</includeFilterFile>
                     <excludeFilterFile>${session.executionRootDirectory}/spotbugs-security-exclude.xml</excludeFilterFile>
                     <plugins>