Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created December 7, 2010 15:45
Show Gist options
  • Save jfarcand/731930 to your computer and use it in GitHub Desktop.
Save jfarcand/731930 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>true</parallel>
<forkMode>once</forkMode>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment