Java 在maven发布期间,未提供用于执行发布的SCM URL

Java 在maven发布期间,未提供用于执行发布的SCM URL,java,git,maven,bitbucket,devops,Java,Git,Maven,Bitbucket,Devops,我在执行mvn发布时遇到以下错误:执行 未能在project smartpra上执行目标org.apache.maven.plugins:maven发布插件:2.5.1:perform(默认cli):未提供SCM URL以从->执行发布[Help 1] 我正在尝试使用scm标记连接位存储桶。 下面是从bitbucket克隆我的项目的URL 这样配置的scm如下所示 <scm> <connection>scm:git:http://wusazedev12:7990

我在执行mvn发布时遇到以下错误:执行

未能在project smartpra上执行目标org.apache.maven.plugins:maven发布插件:2.5.1:perform(默认cli):未提供SCM URL以从->执行发布[Help 1]

我正在尝试使用scm标记连接位存储桶。 下面是从bitbucket克隆我的项目的URL

这样配置的scm如下所示

<scm>
    <connection>scm:git:http://wusazedev12:7990/scm/smartpra/smartpra-common.git</connection>
    <url>http://wusazedev12:7990/scm/smartpra/smartpra-common.git</url>
    <developerConnection>scm:git:http://wusazedev12:7990/scm/smartpra/smartpra-common.git</developerConnection>
    <tag>HEAD</tag>
</scm>

scm:git:http://wusazedev12:7990/scm/smartpra/smartpra-common.git
http://wusazedev12:7990/scm/smartpra/smartpra-common.git
scm:git:http://wusazedev12:7990/scm/smartpra/smartpra-common.git
头
我是新手,因此不确定是否正确配置