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

后端 未结 5 987
一整个雨季
一整个雨季 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:44

    You can also override the deployment repository on the command line: -Darguments=-DaltDeploymentRepository=myreposid::default::http://my/url/releases

提交回复
热议问题