[
https://jira.codehaus.org/browse/SCM-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332153#comment-332153
]
tmjee commented on SCM-729:
---------------------------
This happens for git as well.
when running
{code}
mvn release:perform -DconnectionUrl=.... -Dgoals=deploy
{code}
The git clone command generated is
{code}
[INFO] Executing: /bin/sh -c cd /.../target && git clone --branch http://....
.git /.../target/checkout
{code}
which is not correct it misses the tag.
If only a say -Dtag parameter is allowed that'd fix this issue
> Ability to specify tag for release:perform
> ------------------------------------------
>
> Key: SCM-729
> URL: https://jira.codehaus.org/browse/SCM-729
> Project: Maven SCM
> Issue Type: Improvement
> Components: maven-scm-provider-mercurial (hg)
> Affects Versions: 1.8.1
> Reporter: Gili
>
> We need a way to specify a tag either to release:perform or the HG scm
> provider.
> http://maven.apache.org/maven-release/maven-release-plugin/examples/perform-release.html
> indicates that we should be able to release:perform from a tag without the
> use of release.properties but there is no way to specify a tag for the HG scm
> provider.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira