aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-01-13 19:13:16 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-01-13 19:15:06 +0100
commitdff2f68c8d045037248e4924c48b100d2d5d05d8 (patch)
tree82f979adf05acc23826c805c43d4ff015a13869a /pom.xml
parentc34c1bc92635b3f4846a8aae267be8094be80b8c (diff)
downloadsonarqube-dff2f68c8d045037248e4924c48b100d2d5d05d8.tar.gz
sonarqube-dff2f68c8d045037248e4924c48b100d2d5d05d8.zip
optimizing GWT compilation to speed up build in dev environments
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 74255853187..9f0b504a84d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>2.0</maven.min.version>
<jdk.min.version>1.5</jdk.min.version>
+
+ <!-- default GWT configuration. It's overridden by the profile 'dev' to speed up compilation in dev environments-->
+ <gwt.permutationSuffix></gwt.permutationSuffix>
+ <gwt.extraJvmArgs>-Xmx512m -Xss1024k</gwt.extraJvmArgs>
</properties>
<build>