Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1ioAwlM
via LifeLong Community
Debugging a Maven Build with mvnDebug
> 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
OR:
MAVEN_OPTS = -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y
Read full article from: http://ift.tt/1ioAwlL
http://ift.tt/1kCENWW
> 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
OR:
MAVEN_OPTS = -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y
Read full article from: http://ift.tt/1ioAwlL
http://ift.tt/1kCENWW
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1ioAwlM
via LifeLong Community
No comments:
Post a Comment