[
https://issues.apache.org/jira/browse/MNG-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-6001.
-------------------------------
Resolution: Fixed
Fixed with 00565ebbfbc69996450f1463644183e8f03b90b7-
> Replace %HOME% with %USERPROFILE% in mvn.cmd
> --------------------------------------------
>
> Key: MNG-6001
> URL: https://issues.apache.org/jira/browse/MNG-6001
> Project: Maven
> Issue Type: Improvement
> Components: Command Line
> Affects Versions: 3.3.9
> Reporter: Michael Osipov
> Assignee: Michael Osipov
> Fix For: 3.4.0
>
>
> 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:
> * http://stackoverflow.com/a/36392591/696632
> * http://stackoverflow.com/a/21599376/696632
> * http://bugs.java.com/view_bug.do?bug_id=4787931
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)