-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.1
-
Fix Version/s: 3.3.9
-
Component/s: Bootstrap & Build, Command Line
-
Labels:None
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"`