[hornetq-commits] JBoss hornetq SVN: r10604 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 9 08:09:34 EDT 2011


Author: borges
Date: 2011-05-09 08:09:33 -0400 (Mon, 09 May 2011)
New Revision: 10604

Modified:
   trunk/pom.xml
Log:
mvn: Add a findbugs configuration to <build/>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-05-09 11:48:43 UTC (rev 10603)
+++ trunk/pom.xml	2011-05-09 12:09:33 UTC (rev 10604)
@@ -541,8 +541,16 @@
             <artifactId>maven-help-plugin</artifactId>
             <version>2.1.1</version>
          </plugin>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>2.3.2</version>
+            <configuration>
+               <xmlOutput>true</xmlOutput>
+               <effort>Max</effort>
+            </configuration>
+         </plugin>
       </plugins>
-
    </build>
 
    <reporting>



More information about the hornetq-commits mailing list