Skip to content

Instantly share code, notes, and snippets.

@johncarl81
Created May 1, 2017 21:28
Show Gist options
  • Save johncarl81/9cdabb8329dea4568832154b051e9201 to your computer and use it in GitHub Desktop.
Save johncarl81/9cdabb8329dea4568832154b051e9201 to your computer and use it in GitHub Desktop.
Debug annotation processor via Maven
export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment