Moving fail on error for spotbugs to false to keep as suggestion for now

Change-Id: I0e5ad3782fe912b3a3bd9a933af65d4c8862c156
diff --git a/pom.xml b/pom.xml
index 5d3af6e..1b04211 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,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>