]> source.dussan.org Git - sonarqube.git/commitdiff
Redirect logs to file by default
authorDavid Gageot <david@gageot.net>
Mon, 31 Aug 2015 07:46:17 +0000 (09:46 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 31 Aug 2015 16:48:55 +0000 (18:48 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 8236ed2416a6b6be53245d7d7fb2ef425c0670ab..8c564db7bd12b7f521da10c006678a114eee3557 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
 
     <sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url>
     <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=160m</argLine>
+    <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
   </properties>
 
   <build>