]> source.dussan.org Git - sonarqube.git/commitdiff
Use custom java.io.tmpdir during execution of tests
authorEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 10 Oct 2011 07:24:21 +0000 (11:24 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 10 Oct 2011 07:37:30 +0000 (11:37 +0400)
pom.xml

diff --git a/pom.xml b/pom.xml
index 24d15e4a77a7cb7b716cf82b9481dddcad0cbb87..823e31d1abdd630c69725de633b729beee74f314 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <runOrder>random</runOrder>
+          <systemPropertyVariables>
+            <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
+          </systemPropertyVariables>
         </configuration>
       </plugin>
       <plugin>