Skip to content

Instantly share code, notes, and snippets.

@gastaldi
Created September 30, 2013 17:01
Show Gist options
  • Select an option

  • Save gastaldi/6766803 to your computer and use it in GitHub Desktop.

Select an option

Save gastaldi/6766803 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m</argLine>
<workingDirectory>${project.build.directory}</workingDirectory>
<systemProperties>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemProperties>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment