Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 87c22e7a98..8d8d0ecf3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,12 +261,18 @@
<configuration>
<argLine>-showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
<failIfNoTests>false</failIfNoTests>
- <!--systemProperties>
+ <systemProperties>
+ <!--
<property>
<name>org.eclipse.jetty.io.AbstractBuffer.boundsChecking</name>
<value>true</value>
</property>
- </systemProperties-->
+ -->
+ <property>
+ <name>java.io.tmpdir</name>
+ <value>${project.build.directory}</value>
+ </property>
+ </systemProperties>
</configuration>
</plugin>
<plugin>

Back to the top