You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "tssp (JIRA)" <ji...@apache.org> on 2015/04/29 08:37:06 UTC

[jira] [Resolved] (MNG-5812) Project base dir not fully working in Cygwin

     [ https://issues.apache.org/jira/browse/MNG-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

tssp resolved MNG-5812.
-----------------------
       Resolution: Fixed
    Fix Version/s: Issues to be reviewed for 3.x

This issue has been been fixed in branch MNG-5812. The pull request number is https://github.com/apache/maven/pull/46.

> Project base dir not fully working in Cygwin
> --------------------------------------------
>
>                 Key: MNG-5812
>                 URL: https://issues.apache.org/jira/browse/MNG-5812
>             Project: Maven
>          Issue Type: Bug
>          Components: Bootstrap & Build, Command Line
>    Affects Versions: 3.3.1
>            Reporter: tssp
>             Fix For: Issues to be reviewed for 3.x
>
>
> When using {{mvn}} (not {{mvn.cmd}}) in a Cygwin shell, the MAVEN_PROJECTBASEDIR variable which contains a Unix path, does not get mapped to a windows. 
> This can be easily fixed by adding a small instruction to the script:
> {code:none}
> MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)