Skip to content

Commit

Permalink
FORGE-757: Set java.io.tmpdir to target/
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 1, 2013
1 parent f4c7ef6 commit 7e0ffe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<version>2.16</version>
<configuration>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=128m</argLine>
<systemProperties>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemProperties>
</configuration>
</plugin>

Expand Down

0 comments on commit 7e0ffe1

Please sign in to comment.