[ 
https://issues.apache.org/jira/browse/MNG-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14518799#comment-14518799
 ] 

ASF GitHub Bot commented on MNG-5812:
-------------------------------------

GitHub user tssp opened a pull request:

    https://github.com/apache/maven/pull/46

    [MNG-5812] Project base dir not fully working in Cygwin

    Converted project base dir from Cygwin path to Windows path before
    executing Maven when running Maven in a Cygwin environment.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tssp/maven MNG-5812

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven/pull/46.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #46
    
----
commit 65e413f613a1032e790f00ee0fbe29c199a29cfe
Author: tssp <t...@web.de>
Date:   2015-04-29T06:02:05Z

    [MNG-5812] Project base dir not fully working in Cygwin
    
    Converted project base dir from Cygwin path to Windows path before
    executing Maven.

----


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

Reply via email to