[kune-commits] r1515 - trunk
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Sun Sep 11 17:10:56 CEST 2011
Author: vjrj_
Date: 2011-09-11 17:10:56 +0200 (Sun, 11 Sep 2011)
New Revision: 1515
Modified:
trunk/pom.xml
Log:
Fast compilation
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-09-11 12:02:36 UTC (rev 1514)
+++ trunk/pom.xml 2011-09-11 15:10:56 UTC (rev 1515)
@@ -986,7 +986,6 @@
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwtmaven.version}</version>
<configuration>
- <compileReport>true</compileReport>
<logLevel>INFO</logLevel>
<style>OBF</style>
<noServer>true</noServer>
@@ -999,7 +998,8 @@
</modules>
<copyWebapp>true</copyWebapp>
<compileReport>false</compileReport>
- <extraJvmArgs>-Xmx1024m -Xss1024k</extraJvmArgs>
+ <localWorkers>1</localWorkers><!-- Using all workers can temporarily hang the mouse and isn't much faster -->
+ <extraJvmArgs>-Xmx1024m</extraJvmArgs>
</configuration>
<executions>
<execution>
More information about the kune-commits
mailing list