If the environment variable MAVEN_HOME has a space in it, then the call commands in the src\main\bin\install.bat file will fail to work correctly.
The solution is simply to surround MAVEN_HOME with double quotes throughout the file. See attachement.
Fixed version of install.bat.
Log in to post a comment.
Fixed version of install.bat.