Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5812

Project base dir not fully working in Cygwin

    XMLWordPrintableJSON

Details

    Description

      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:

      MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
      

      Attachments

        Issue Links

          Activity

            People

              agudian Andreas Gudian
              tssp tssp
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: