You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/07 21:39:23 UTC

svn commit: r1143998 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Thu Jul  7 19:39:23 2011
New Revision: 1143998

URL: http://svn.apache.org/viewvc?rev=1143998&view=rev
Log:
[MPOM-25] added Findbugs to reporting profile

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1143998&r1=1143997&r2=1143998&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Jul  7 19:39:23 2011
@@ -645,6 +645,11 @@ under the License.
           <artifactId>plexus-component-metadata</artifactId>
           <version>1.5.5</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>2.3.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -811,6 +816,11 @@ under the License.
             <artifactId>clirr-maven-plugin</artifactId>
             <version>2.2.2</version>
           </plugin-->
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>2.3.2</version>
+          </plugin>
         </plugins>
       </reporting>
     </profile>