我正在尝试用我的本地git仓库测试mvn发布插件。我收到错误未提供SCM URL以执行从的发布,尽管父pom具有以下详细信息
<scm>
<url>scm:git:file://localhost/d/Research/Research.git</url>
<connection>scm:git:file://localhost/d/Research/Research.git</connection>
<developerConnection>scm:git:file://localhost/d/Research/Research.git</developerConnection>
</scm>
这是在mvn中定义本地存储库的正确方法吗?
1条答案
按热度按时间tag5nh1u1#
终于让它工作了。因为我在Windows上使用了下面的SCM标记
感谢@wemu的意见。