我为项目使用 maven-3.2.3 。
当我执行mvn release:prepare
时,一切进展顺利。
但在执行mvn release:perform
后,我遇到以下错误:
未提供任何SCM网址以执行
的发布我的pom.xml中有scm元素:
<scm>
<url>scm:git:http://my-project-url/</url>
<connection>scm:git:http://my-project-url/</connection>
<developerConnection>scm:git:http://my-project-url/</developerConnection>
<tag>HEAD</tag>
</scm>
我不明白为什么SCM的错误