[jboss-cvs] JBossAS SVN: r94441 - projects/service-binding/trunk/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 6 22:32:25 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-10-06 22:32:25 -0400 (Tue, 06 Oct 2009)
New Revision: 94441

Modified:
   projects/service-binding/trunk/management/pom.xml
Log:
Add FindBugs

Modified: projects/service-binding/trunk/management/pom.xml
===================================================================
--- projects/service-binding/trunk/management/pom.xml	2009-10-07 02:16:17 UTC (rev 94440)
+++ projects/service-binding/trunk/management/pom.xml	2009-10-07 02:32:25 UTC (rev 94441)
@@ -69,5 +69,16 @@
         <artifactId>junit</artifactId>
       </dependency>
 
-  </dependencies>
+  </dependencies>  
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.0.1</version>
+      </plugin>
+    </plugins>
+  </reporting>
+  
 </project>




More information about the jboss-cvs-commits mailing list