diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-07-05 16:40:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-07-05 17:00:17 +0200 |
commit | cba251c929936768308e59365bc44f532bb16756 (patch) | |
tree | 5b6b4afcc4863b6264e41d112677e31b7ea1da8f /pom.xml | |
parent | 5016b01b23344d65768d68ab03419caad3f57c4b (diff) | |
download | sonarqube-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |