Skip to content

Instantly share code, notes, and snippets.

@thomashartm
Last active August 10, 2016 10:25
Show Gist options
  • Save thomashartm/c317be46b2789c3c9eedaceb890b2794 to your computer and use it in GitHub Desktop.
Save thomashartm/c317be46b2789c3c9eedaceb890b2794 to your computer and use it in GitHub Desktop.
Debug Maven Build with random testOrder and disabled fork reusing
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