Skip to content

Instantly share code, notes, and snippets.

@regis-leray
Created February 10, 2014 01:40
Show Gist options
  • Save regis-leray/8908894 to your computer and use it in GitHub Desktop.
Save regis-leray/8908894 to your computer and use it in GitHub Desktop.
Run maven surefire debug mode
mvn clean test -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment