[jboss-cvs] JBossAS SVN: r90057 - projects/jboss-deployers/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 10 11:35:56 EDT 2009


Author: alesj
Date: 2009-06-10 11:35:56 -0400 (Wed, 10 Jun 2009)
New Revision: 90057

Modified:
   projects/jboss-deployers/trunk/pom.xml
Log:
Update FindBugs.

Modified: projects/jboss-deployers/trunk/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/pom.xml	2009-06-10 15:31:21 UTC (rev 90056)
+++ projects/jboss-deployers/trunk/pom.xml	2009-06-10 15:35:56 UTC (rev 90057)
@@ -144,7 +144,12 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>2.0.1</version>
+        <configuration>
+          <findbugsXmlOutput>true</findbugsXmlOutput>
+          <!-- Optional directory to put findbugs xml report -->
+          <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>




More information about the jboss-cvs-commits mailing list