Skip to content

Instantly share code, notes, and snippets.

@royrusso
Created March 11, 2014 19:01
Show Gist options
  • Save royrusso/9492647 to your computer and use it in GitHub Desktop.
Save royrusso/9492647 to your computer and use it in GitHub Desktop.
Forking debug process during maven test goal
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
<configuration>
<debugForkedProcess>true</debugForkedProcess>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment