You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/10/01 23:10:25 UTC

svn commit: r1392608 - /directmemory/lightning/trunk/pom.xml

Author: olamy
Date: Mon Oct  1 21:10:25 2012
New Revision: 1392608

URL: http://svn.apache.org/viewvc?rev=1392608&view=rev
Log:
remove findbug from the default lifecycle

Modified:
    directmemory/lightning/trunk/pom.xml

Modified: directmemory/lightning/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directmemory/lightning/trunk/pom.xml?rev=1392608&r1=1392607&r2=1392608&view=diff
==============================================================================
--- directmemory/lightning/trunk/pom.xml (original)
+++ directmemory/lightning/trunk/pom.xml Mon Oct  1 21:10:25 2012
@@ -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>