Maven: repository element was not specified in the POM inside distributionManagement?

后端 未结 5 978
一整个雨季
一整个雨季 2020-12-08 08:47

I am trying to run the command, mvn release:perform, but I get this error:

Failed to execute goal
org.apache.maven.plugins:maven-de         


        
5条回答
  •  感情败类
    2020-12-08 09:45

    Review the pom.xml file inside of target/checkout/. Chances are, the pom.xml in your trunk or master branch does not have the distributionManagement tag.

提交回复
热议问题