[hornetq-commits] JBoss hornetq SVN: r11553 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 17 05:13:09 EDT 2011


Author: borges
Date: 2011-10-17 05:13:09 -0400 (Mon, 17 Oct 2011)
New Revision: 11553

Modified:
   trunk/pom.xml
Log:
Set findbugs failOnError=false

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-10-17 07:57:52 UTC (rev 11552)
+++ trunk/pom.xml	2011-10-17 09:13:09 UTC (rev 11553)
@@ -562,6 +562,7 @@
             <configuration>
                <xmlOutput>true</xmlOutput>
                <effort>Max</effort>
+               <failOnError>false</failOnError>
             </configuration>
          </plugin>
 



More information about the hornetq-commits mailing list