[weld-commits] Weld SVN: r6397 - build/trunk/parent.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jun 3 10:25:12 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-06-03 10:25:11 -0400 (Thu, 03 Jun 2010)
New Revision: 6397

Modified:
   build/trunk/parent/pom.xml
Log:
add findbugs plugin

Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml	2010-06-03 13:54:00 UTC (rev 6396)
+++ build/trunk/parent/pom.xml	2010-06-03 14:25:11 UTC (rev 6397)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-parent</artifactId>
@@ -451,7 +452,8 @@
                <configuration>
                   <!-- Delete this block to have Jetty run default port (8080) -->
                   <connectors>
-                     <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                     <connector
+                        implementation="org.mortbay.jetty.nio.SelectChannelConnector">
                         <port>9090</port>
                      </connector>
                   </connectors>
@@ -547,6 +549,11 @@
                <artifactId>emma4it-maven-plugin</artifactId>
                <version>1.3</version>
             </plugin>
+            <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>findbugs-maven-plugin</artifactId>
+               <version>2.3.1</version>
+            </plugin>
          </plugins>
       </pluginManagement>
    </build>



More information about the weld-commits mailing list