[jboss-cvs] JBossAS SVN: r94442 - projects/service-binding/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 6 22:34:26 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-10-06 22:34:26 -0400 (Tue, 06 Oct 2009)
New Revision: 94442

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

Modified: projects/service-binding/trunk/core/pom.xml
===================================================================
--- projects/service-binding/trunk/core/pom.xml	2009-10-07 02:32:25 UTC (rev 94441)
+++ projects/service-binding/trunk/core/pom.xml	2009-10-07 02:34:26 UTC (rev 94442)
@@ -55,5 +55,16 @@
         <scope>test</scope>
       </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