Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.1
-
None
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"`