Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.9
-
Fix Version/s: 2.0.11, 2.1.0, 3.0-alpha-1
-
Component/s: Command Line
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
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
Issue Links
| This issue is related to: | ||||
| MNG-2105 | Enable remote debugging command line option (+ docs) |
|
|
|
could you submit a patch?