You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by da...@apache.org on 2012/02/21 16:23:35 UTC

svn commit: r1291861 - /commons/proper/sanselan/trunk/pom.xml

Author: damjan
Date: Tue Feb 21 15:23:34 2012
New Revision: 1291861

URL: http://svn.apache.org/viewvc?rev=1291861&view=rev
Log:
Run a Findbugs analysis on "mvn site".

Submitted by: Adrian Moerchen <apache dot org at rest dot scrobble dot me>

Jira issue key: SANSELAN-63


Modified:
    commons/proper/sanselan/trunk/pom.xml

Modified: commons/proper/sanselan/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/sanselan/trunk/pom.xml?rev=1291861&r1=1291860&r2=1291861&view=diff
==============================================================================
--- commons/proper/sanselan/trunk/pom.xml (original)
+++ commons/proper/sanselan/trunk/pom.xml Tue Feb 21 15:23:34 2012
@@ -116,6 +116,11 @@
 
   <reporting>
     <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.4.0</version>
+      </plugin>
     </plugins>
   </reporting>