remove findbug from the default lifecycle

git-svn-id: https://svn.apache.org/repos/asf/directmemory/lightning/trunk@1392608 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 02da73d..2d2e3e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,26 +297,6 @@
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.4.0</version>
-        <configuration>
-          <effort>Max</effort>
-          <threshold>Low</threshold>
-          <xmlOutput>true</xmlOutput>
-          <failOnError>false</failOnError>
-          <findbugsXmlOutput>true</findbugsXmlOutput>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
         <version>1.0-alpha-3</version>
         <executions>
@@ -458,4 +438,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>