[
https://jira.codehaus.org/browse/SCM-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=362661#comment-362661
]
Benoit Guerout commented on SCM-729:
------------------------------------
With maven-release-plugin in version 2.2.1, we are able to perform a relase
from a tag :
mvn release:perform --batch-mode -Dtag=$TAG_NAME
-DconnectionUrl=scm:git:[email protected]:bguerout/jongo.git
It is no longer possible with 2.5.1. Downgrade to 2.2.1 "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 was sent by Atlassian JIRA
(v6.1.6#6162)