diff options
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> |