Skip to content

Instantly share code, notes, and snippets.

@Ladicek
Last active December 13, 2015 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ladicek/e2da271556530e65d697 to your computer and use it in GitHub Desktop.
Save Ladicek/e2da271556530e65d697 to your computer and use it in GitHub Desktop.
annotation processor debugging with Maven
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-J-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005</compilerArgument>
<fork>true</fork>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment