Skip to content

Instantly share code, notes, and snippets.

@datguy
Last active December 27, 2015 18:59
Show Gist options
  • Save datguy/7373297 to your computer and use it in GitHub Desktop.
Save datguy/7373297 to your computer and use it in GitHub Desktop.
supply vm args to maven tests
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<argLine>
...
</argLine>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment