> mvnDebug clean install Preparing to Execute Maven in Debug Mode Listening for transport dt_socket at address: 8000
This ends up being the equivalent of invoking java with the proper debugging arguments:
java ... -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y
Read full article from Debugging a Maven Build with mvnDebug
No comments:
Post a Comment