[weld-commits] Weld SVN: r6400 - core/trunk/impl.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jun 3 11:26:07 EDT 2010


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

Modified:
   core/trunk/impl/pom.xml
Log:
don't fail the build

Modified: core/trunk/impl/pom.xml
===================================================================
--- core/trunk/impl/pom.xml	2010-06-03 14:30:31 UTC (rev 6399)
+++ core/trunk/impl/pom.xml	2010-06-03 15:26:06 UTC (rev 6400)
@@ -202,8 +202,9 @@
                   </dependencies>
                   <configuration>
                      <effort>Max</effort>
-                     <threshold>Default</threshold>
+                     <threshold>Low</threshold>
                      <xmlOutput>true</xmlOutput>
+                     <failOnError>false</failOnError>
                   </configuration>
                   <executions>
                      <execution>



More information about the weld-commits mailing list