aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-08-31 09:46:17 +0200
committerDavid Gageot <david@gageot.net>2015-08-31 18:48:55 +0200
commitc54b15c97410d50979274275681836ff356053b3 (patch)
tree04f33933c4f3486c96fc9472b2a244316880962e /pom.xml
parentbfa27a7a61b3218c2e271c5719efb520625c7d69 (diff)
downloadsonarqube-c54b15c97410d50979274275681836ff356053b3.tar.gz
sonarqube-c54b15c97410d50979274275681836ff356053b3.zip
Redirect logs to file by default
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8236ed2416a..8c564db7bd1 100644
--- 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>