【发布时间】:2013-04-22 22:54:08
【问题描述】:
我有以下配置 -
<scm>
<connection>scm:svn:http://example.com/tags/MyProject/MyProject-0.1</connection>
<developerConnection>scm:svn:http://example.com/tags/MyProject/MyProject-0.1</developerConnection>
<url>scm:svn:http://example.com/tags/MyProject/MyProject-0.1</url>
</scm>
我的问题是每次我的项目在 scm 配置上的版本更改都会更改。说从 0.1 到 0.2 等等...... 我们是否需要确保这些标签是在 svn 中创建的,还是由 maven 创建的?如果 Maven 使用我的上述配置创建标记,我已经有 http://example.com/tags/MyProject 可用但它没有标记上述内容?
谁能给我一些想法吗?
【问题讨论】:
标签: maven maven-2 maven-3 maven-release-plugin maven-scm