aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-01 13:38:14 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-01 15:03:40 +0200
commitc47e52ce91615601c444c93242873dba44c4a13e (patch)
treece1a2b7aca6429c19df207fd3e30cd5c7caa17db
parentdf1fbd4fd8ea447aec2ecdc11db6b1ac340913d3 (diff)
downloadsonarqube-c47e52ce91615601c444c93242873dba44c4a13e.tar.gz
sonarqube-c47e52ce91615601c444c93242873dba44c4a13e.zip
Remove duplicated surefire property in poms
-rw-r--r--server/sonar-server/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 00b38ab5674..d948b80cefb 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -11,10 +11,6 @@
<artifactId>sonar-server</artifactId>
<name>SonarQube :: Server</name>
- <properties>
- <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>