[hornetq-commits] JBoss hornetq SVN: r10603 - trunk/hornetq-rest.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 9 07:48:43 EDT 2011


Author: borges
Date: 2011-05-09 07:48:43 -0400 (Mon, 09 May 2011)
New Revision: 10603

Modified:
   trunk/hornetq-rest/pom.xml
Log:
mvn: Remove duplicate & incorrect(!) entry for Findbugs
(Why rest/pom.xml reclares everything?)

Modified: trunk/hornetq-rest/pom.xml
===================================================================
--- trunk/hornetq-rest/pom.xml	2011-05-09 11:48:23 UTC (rev 10602)
+++ trunk/hornetq-rest/pom.xml	2011-05-09 11:48:43 UTC (rev 10603)
@@ -228,15 +228,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>1.1.1</version>
-                <configuration>
-                    <xmlOutput>true</xmlOutput>
-                    <effort>Max</effort>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>



More information about the hornetq-commits mailing list