diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-25 15:07:47 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-26 07:38:06 +0100 |
commit | aac5860772689356f091c92d1526f728bdbc9ef6 (patch) | |
tree | b9043e7b035e6c815689a2ab91797876174a404b /pom.xml | |
parent | 7ac2e6c6d4f7e5bde3bb8b5a0b6ba603ffe49c1c (diff) | |
download | sonarqube-aac5860772689356f091c92d1526f728bdbc9ef6.tar.gz sonarqube-aac5860772689356f091c92d1526f728bdbc9ef6.zip |
Use project build dir as temporary dir for tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' --> |