]> source.dussan.org Git - sonarqube.git/commitdiff
Use project build dir as temporary dir for tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 25 Feb 2017 14:07:47 +0000 (15:07 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 26 Feb 2017 06:38:06 +0000 (07:38 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1efabbe2ac7df9b0c2a333c9fbd3816584579cae..e4f56d049e898aa418e61110adca042d064f4c78 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <configuration>
           <runOrder>random</runOrder>
           <systemPropertyVariables>
+            <!-- keep system temp directory clean -->
+            <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
             <!--
             See profile 'randomize-environment'
             -->