diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-05 22:30:48 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-05 22:30:59 +0200 |
commit | daafbf948d5f1f2cd2fff4e729359ee2f63a3c07 (patch) | |
tree | 01724f1edbec3569bcb83dd168fdd9c102f5a5c0 /plugins/sonar-core-gwt | |
parent | 804816f9434ba22951a4965155df0837d21f5d22 (diff) | |
download | sonarqube-daafbf948d5f1f2cd2fff4e729359ee2f63a3c07.tar.gz sonarqube-daafbf948d5f1f2cd2fff4e729359ee2f63a3c07.zip |
Replace -Ddev by -Pdev to increase build duration
Diffstat (limited to 'plugins/sonar-core-gwt')
-rw-r--r-- | plugins/sonar-core-gwt/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/sonar-core-gwt/pom.xml b/plugins/sonar-core-gwt/pom.xml index 09ea1321343..a55e9b7150d 100644 --- a/plugins/sonar-core-gwt/pom.xml +++ b/plugins/sonar-core-gwt/pom.xml @@ -76,19 +76,4 @@ </plugin> </plugins> </build> - - <profiles> - <profile> - <id>dev</id> - <activation> - <property> - <name>dev</name> - </property> - </activation> - <properties> - <gwt.permutationSuffix>Dev</gwt.permutationSuffix> - <gwt.extraJvmArgs>-Xmx512m -Xss1024k -Dgwt.draftCompile=true</gwt.extraJvmArgs> - </properties> - </profile> - </profiles> </project>
\ No newline at end of file |