aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-10-10 11:24:21 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-10-10 11:37:30 +0400
commite712126defacf048187eb5fba439f395a6a69b9d (patch)
treed793d166de75c79974e610d254b2a8d27d5f738e /pom.xml
parent82e73cde9497b949cd40968df6076e5b89b61c98 (diff)
downloadsonarqube-e712126defacf048187eb5fba439f395a6a69b9d.tar.gz
sonarqube-e712126defacf048187eb5fba439f395a6a69b9d.zip
Use custom java.io.tmpdir during execution of tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 24d15e4a77a..823e31d1abd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,6 +453,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>random</runOrder>
+ <systemPropertyVariables>
+ <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
+ </systemPropertyVariables>
</configuration>
</plugin>
<plugin>