Last active
August 10, 2016 10:25
-
-
Save thomashartm/c317be46b2789c3c9eedaceb890b2794 to your computer and use it in GitHub Desktop.
Debug Maven Build with random testOrder and disabled fork reusing
This file contains hidden or 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
mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=6666 -Xnoagent -Djava.compiler=NONE" test -Dsurefire.runOrder=random -DreuseForks=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment