Created
March 11, 2014 19:01
-
-
Save royrusso/9492647 to your computer and use it in GitHub Desktop.
Forking debug process during maven test goal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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