Closed pmwqld closed 3 years ago
gm only checks to see if the file "mvn.bat" is on the path. In Maven 3.6.3, only mvn.cmd is provided as a windows executable. Workaround was to create a mvn.bat file as follows. call mvn.cmd %*
call mvn.cmd %*
It would be nice if it detected it correctly.
gm only checks to see if the file "mvn.bat" is on the path. In Maven 3.6.3, only mvn.cmd is provided as a windows executable. Workaround was to create a mvn.bat file as follows.
call mvn.cmd %*
It would be nice if it detected it correctly.