Use custom java.io.tmpdir during execution of tests

This commit is contained in:
Evgeny Mandrikov 2011-10-10 11:24:21 +04:00
parent 82e73cde94
commit e712126def

View File

@ -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>