[jboss-svn-commits] JBL Code SVN: r35800 - labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 29 11:18:46 EDT 2010
Author: ge0ffrey
Date: 2010-10-29 11:18:46 -0400 (Fri, 29 Oct 2010)
New Revision: 35800
Modified:
labs/jbossrules/soa_branches/BRMS-5.1.1/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/soa_branches/BRMS-5.1.1/drools-guvnor/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor/pom.xml 2010-10-29 13:59:10 UTC (rev 35799)
+++ labs/jbossrules/soa_branches/BRMS-5.1.1/drools-guvnor/pom.xml 2010-10-29 15:18:46 UTC (rev 35800)
@@ -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