aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 11:13:25 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 11:13:25 +0100
commit4e068d056632d55aa93b39d1e02102458d708b33 (patch)
treebae1eb5655468e0d134a83948c02c1c3e15fef38 /pom.xml
parentf4f62cc533a6774a23adf560608abad47f38f852 (diff)
downloadsonarqube-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.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c6f51e8ee6f..bc2cd9f0712 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,6 @@
<configuration>
<runOrder>random</runOrder>
<systemPropertyVariables>
- <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
<!--
See profile 'randomize-environment'
-->