Failed to execute goal maven release:prepare

前端 未结 4 1040
滥情空心
滥情空心 2021-02-03 16:41

I\'m having problems when I run mvn release:prepare. I have the following message:

[ERROR] Failed to execute goal org.apache.maven.plugins: maven-release-plugin:         


        
4条回答
  •  孤街浪徒
    2021-02-03 17:20

    I had the same problem too at using Maven 3.3.1 in Windows 8.1. I searched on it and found that mvn.bat moved to mvn.cmd. Still, I don't know how to solve it at the version. So, I downloaded Maven 3.2.5 and there was the mvn.bat file. And it worked for me.

提交回复
热议问题