aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-26 15:33:54 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-26 16:02:28 +0200
commit9ad75916d9932a694fe0b18a039e1ef46bdd815d (patch)
tree73059f2a09ca18c543396ba3ce7037465149203d /pom.xml
parent45248a93901bbdac018a172a9f1db956cba876bf (diff)
downloadsonarqube-9ad75916d9932a694fe0b18a039e1ef46bdd815d.tar.gz
sonarqube-9ad75916d9932a694fe0b18a039e1ef46bdd815d.zip
SONAR-7653 remove Java option XX:MaxPermSize
this option is dropped from java 8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2896622c35c..d248f5c9442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<skipServerTests>false</skipServerTests>
<skipSanityChecks>false</skipSanityChecks>
- <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=160m</argLine>
+ <argLine>-Xmx512m -Djava.awt.headless=true</argLine>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<!-- used for deployment to SonarSource Artifactory -->