diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 11:13:25 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 11:13:25 +0100 |
commit | 4e068d056632d55aa93b39d1e02102458d708b33 (patch) | |
tree | bae1eb5655468e0d134a83948c02c1c3e15fef38 /pom.xml | |
parent | f4f62cc533a6774a23adf560608abad47f38f852 (diff) | |
download | sonarqube-4e068d056632d55aa93b39d1e02102458d708b33.tar.gz sonarqube-4e068d056632d55aa93b39d1e02102458d708b33.zip |
Move temp dir of build outsite project
Overriding java.io.tmpdir does not allow to detect issues
with canonical path in tests. Moreover this complex (and useless)
configuration does not allow to support Gradle.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -374,7 +374,6 @@ <configuration> <runOrder>random</runOrder> <systemPropertyVariables> - <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> <!-- See profile 'randomize-environment' --> |