aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-23 20:05:31 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-23 20:05:31 +0200
commit346073fd910bd820e95c497c1b8c6f54779742f3 (patch)
tree1cc72807edcb4fa625de16533e6089664dcf8cde /pom.xml
parente9782fdb646b47679802e4b7a04dd20daa14ddb1 (diff)
downloadsonarqube-346073fd910bd820e95c497c1b8c6f54779742f3.tar.gz
sonarqube-346073fd910bd820e95c497c1b8c6f54779742f3.zip
Revert "Do not redirect surefire logs to file"
Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1.
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 1bccaeb122e..120f6405e1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>random</runOrder>
- <redirectTestOutputToFile>false</redirectTestOutputToFile>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
<!--