]> source.dussan.org Git - sonarqube.git/commitdiff
Move surefire configuration to properties for JaCoCo
authorNicolas PERU <nicolas.peru@sonarsource.com>
Mon, 28 Apr 2014 13:26:16 +0000 (15:26 +0200)
committerNicolas PERU <nicolas.peru@sonarsource.com>
Mon, 28 Apr 2014 13:26:16 +0000 (15:26 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index d81bfa94e79fd0c8d209a69b7c1d803b55fcf779..84656565ee42edcb71f1bd60b8b7dc497e37009a 100644 (file)
--- 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>
         <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>