You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/04/15 13:00:29 UTC

[jira] [Created] (MNG-6001) Replace %HOME% with %USERPROFILE% in mvn.cmd

Michael Osipov created MNG-6001:
-----------------------------------

             Summary: 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)