aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-07-05 16:40:16 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-07-05 17:00:17 +0200
commitcba251c929936768308e59365bc44f532bb16756 (patch)
tree5b6b4afcc4863b6264e41d112677e31b7ea1da8f /pom.xml
parent5016b01b23344d65768d68ab03419caad3f57c4b (diff)
downloadsonarqube-cba251c929936768308e59365bc44f532bb16756.tar.gz
sonarqube-cba251c929936768308e59365bc44f532bb16756.zip
SONAR-3618 Support custom default permissions for non-project resources
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 a59a5682301..243e8912258 100644
--- a/pom.xml
+++ b/pom.xml
@@ -497,6 +497,7 @@
<configuration>
<runOrder>random</runOrder>
<argLine>-Xmx256m -Djava.awt.headless=true</argLine>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>