I am trying to change the default mvnDebug port - can anyone walk me through the steps to do this? I have tried resetting MAVEN_DEBUG_OPTS, but this has not worked for me. Thanks so much!
mvnDebug - Command to start the Maven system in Debug mode.
You can change your port in mvnDebug.bat
set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
or if you want to set through command line you can copy mvnDebug.bat to newMvnDebug.bat by commeting out the line
MAVEN_DEBUG_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
and then try setting MAVEN_DEBUG_OPT via command line
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With