我在我的项目中使用maven-3.2.3。
当我执行mvn release:prepare
时,一切都很顺利。
但执行后mvn release:perform
我有以下错误:
没有提供 SCM URL 来执行从
我的 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>
我不明白为什么单片机错误