-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3.9
-
Fix Version/s: 3.5.0-alpha-1, 3.5.0
-
Component/s: Command Line
-
Labels:None
Setting HOME=%HOMEDRIVE%%HOMEPATH% is a relic from Windows NT times. The preferred way is to use %USERPROFILE% which is already done in Java 8 internally.
Let's use it to load the mavenrc scripts.
Some references:
- mentioned in
-
Page Loading...