diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-10 11:24:21 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-10-10 11:37:30 +0400 |
commit | e712126defacf048187eb5fba439f395a6a69b9d (patch) | |
tree | d793d166de75c79974e610d254b2a8d27d5f738e /pom.xml | |
parent | 82e73cde9497b949cd40968df6076e5b89b61c98 (diff) | |
download | sonarqube-e712126defacf048187eb5fba439f395a6a69b9d.tar.gz sonarqube-e712126defacf048187eb5fba439f395a6a69b9d.zip |
Use custom java.io.tmpdir during execution of tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |