diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-23 20:05:31 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-23 20:05:31 +0200 |
commit | 346073fd910bd820e95c497c1b8c6f54779742f3 (patch) | |
tree | 1cc72807edcb4fa625de16533e6089664dcf8cde /pom.xml | |
parent | e9782fdb646b47679802e4b7a04dd20daa14ddb1 (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> <!-- |