Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.9
-
None
Description
When using "mvnDebug" to start maven, the MAVEN_OPTS environment variable from $HOME/.mavenrc is not used. This makes it hard to set stuff like -Xmx on a debuggable maven instance.
Workaround of course is not to use mvnDebug but put all debug option, including the -Xmx, inside the MAVEN_OPTS, but this kind of beats the purpose of mvnDebug
Attachments
Attachments
Issue Links
- is related to
-
MNG-2105 Enable remote debugging command line option (+ docs)
- Closed