You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/03/28 15:00:02 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17069600#comment-17069600 ] 

Hudson commented on MNG-5812:
-----------------------------

Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4

See https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/

> 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 &amp; Build, Command Line
>    Affects Versions: 3.3.1
>            Reporter: tssp
>            Assignee: Andreas Gudian
>            Priority: Minor
>             Fix For: 3.3.9
>
>
> 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
(v8.3.4#803005)