diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-26 15:33:54 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-26 16:02:28 +0200 |
commit | 9ad75916d9932a694fe0b18a039e1ef46bdd815d (patch) | |
tree | 73059f2a09ca18c543396ba3ce7037465149203d /pom.xml | |
parent | 45248a93901bbdac018a172a9f1db956cba876bf (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --> |