[jboss-svn-commits] JBL Code SVN: r35804 - labs/jbossrules/branches/5.1.x/drools-guvnor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 29 13:52:15 EDT 2010


Author: ge0ffrey
Date: 2010-10-29 13:52:15 -0400 (Fri, 29 Oct 2010)
New Revision: 35804

Modified:
   labs/jbossrules/branches/5.1.x/drools-guvnor/pom.xml
Log:
fix hudson no space left on device problem by not doing soyc automatically for gwt compiles (saves 1.8GB space)

Modified: labs/jbossrules/branches/5.1.x/drools-guvnor/pom.xml
===================================================================
--- labs/jbossrules/branches/5.1.x/drools-guvnor/pom.xml	2010-10-29 17:13:30 UTC (rev 35803)
+++ labs/jbossrules/branches/5.1.x/drools-guvnor/pom.xml	2010-10-29 17:52:15 UTC (rev 35804)
@@ -37,6 +37,7 @@
             </compileSourcesArtifacts>
             <localWorkers>2</localWorkers><!-- Using all workers can temporarily hang te mouse and isn't much faster -->
             <extraJvmArgs>-Xmx512m</extraJvmArgs>
+            <soyc>false</soyc><!-- Otherwise extra dir 2GB, which is too big for hudson builds -->
           </configuration>
           <executions>
             <execution>



More information about the jboss-svn-commits mailing list