[ https://issues.apache.org/jira/browse/MNG-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephen Connolly reopened MNG-6001: ----------------------------------- Maven 3.4.0 has been dropped. See [this thread|https://mail-archives.apache.org/mod_mbox/maven-dev/201701.mbox/%3CCA%2BnPnMx-e7kGYy3Hp87v8hLGdhp1q%3DtKLx_6QuZ4kGUqHEBGcw%40mail.gmail.com%3E] for more details. This issue will need to be re-scheduled for a Maven release in the (hopefully near) future. > 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)