Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Last active January 4, 2016 07:39
Show Gist options
  • Save kohsuke/8590032 to your computer and use it in GitHub Desktop.
Save kohsuke/8590032 to your computer and use it in GitHub Desktop.
% cat =mvndd
#!/bin/sh
export MAVEN_OPTS="$MAVEN_OPTS $JAVA_DEBUG_OPTS,suspend=n"
exec mvn "$@"
% echo $JAVA_DEBUG_OPTS
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment