aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.ant.test/pom.xml')
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index ee51ec0432..f9204d9036 100644
--- a/org.eclipse.jgit.ant.test/pom.xml
+++ b/org.eclipse.jgit.ant.test/pom.xml
@@ -94,7 +94,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>-Xmx256m -Dfile.encoding=UTF-8</argLine>
+ <argLine>-Xmx256m -Dfile.encoding=UTF-8 -Djava.io.tmpdir=${project.build.directory}</argLine>
</configuration>
</plugin>
</plugins>