summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorNicolas PERU <nicolas.peru@sonarsource.com>2014-04-28 15:26:16 +0200
committerNicolas PERU <nicolas.peru@sonarsource.com>2014-04-28 15:26:16 +0200
commit401dafe8e8b72c2de067168fe282b2df01d48f12 (patch)
tree46f2a52a2fe64b5dfebcc0ae6bb27e7e161aeea6 /pom.xml
parent1d3543aa9e800bc4435e024904afb9a39e64d8ce (diff)
downloadsonarqube-401dafe8e8b72c2de067168fe282b2df01d48f12.tar.gz
sonarqube-401dafe8e8b72c2de067168fe282b2df01d48f12.zip
Move surefire configuration to properties for JaCoCo
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 d81bfa94e79..84656565ee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>