diff options
author | Nicolas PERU <nicolas.peru@sonarsource.com> | 2014-04-28 15:26:16 +0200 |
---|---|---|
committer | Nicolas PERU <nicolas.peru@sonarsource.com> | 2014-04-28 15:26:16 +0200 |
commit | 401dafe8e8b72c2de067168fe282b2df01d48f12 (patch) | |
tree | 46f2a52a2fe64b5dfebcc0ae6bb27e7e161aeea6 /pom.xml | |
parent | 1d3543aa9e800bc4435e024904afb9a39e64d8ce (diff) | |
download | sonarqube-401dafe8e8b72c2de067168fe282b2df01d48f12.tar.gz sonarqube-401dafe8e8b72c2de067168fe282b2df01d48f12.zip |
Move surefire configuration to properties for JaCoCo
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,6 +93,7 @@ <skipSanityChecks>false</skipSanityChecks> <sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url> + <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> </properties> <build> @@ -480,7 +481,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>random</runOrder> - <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> |