aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-25 15:07:47 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-26 07:38:06 +0100
commitaac5860772689356f091c92d1526f728bdbc9ef6 (patch)
treeb9043e7b035e6c815689a2ab91797876174a404b /pom.xml
parent7ac2e6c6d4f7e5bde3bb8b5a0b6ba603ffe49c1c (diff)
downloadsonarqube-aac5860772689356f091c92d1526f728bdbc9ef6.tar.gz
sonarqube-aac5860772689356f091c92d1526f728bdbc9ef6.zip
Use project build dir as temporary dir for tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1efabbe2ac7..e4f56d049e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,6 +350,8 @@
<configuration>
<runOrder>random</runOrder>
<systemPropertyVariables>
+ <!-- keep system temp directory clean -->
+ <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
<!--
See profile 'randomize-environment'
-->