You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gili (JIRA)" <ji...@codehaus.org> on 2012/12/21 17:31:13 UTC

[jira] (MRELEASE-813) Ability to specify tag for release:perform

Gili created MRELEASE-813:
-----------------------------

             Summary: Ability to specify tag for release:perform
                 Key: MRELEASE-813
                 URL: https://jira.codehaus.org/browse/MRELEASE-813
             Project: Maven 2.x Release Plugin
          Issue Type: Improvement
          Components: Mercurial, perform
    Affects Versions: 2.4
            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: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRELEASE-813) Ability to specify tag for release:perform

Posted by "Gili (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRELEASE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317243#comment-317243 ] 

Gili commented on MRELEASE-813:
-------------------------------

I'm all for it. Can you reassign this issue to the appropriate component/user?
                
> Ability to specify tag for release:perform
> ------------------------------------------
>
>                 Key: MRELEASE-813
>                 URL: https://jira.codehaus.org/browse/MRELEASE-813
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: Mercurial, perform
>    Affects Versions: 2.4
>            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: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRELEASE-813) Ability to specify tag for release:perform

Posted by "Gili (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRELEASE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316118#comment-316118 ] 

Gili commented on MRELEASE-813:
-------------------------------

I don't think it makes a lot of sense to pass a tag/branch name into the HG scm provider.

Probably the easiest way to fix this is allow users to pass -Dtag on the command-line. This would be consistent with the release:prepare goal.
                
> Ability to specify tag for release:perform
> ------------------------------------------
>
>                 Key: MRELEASE-813
>                 URL: https://jira.codehaus.org/browse/MRELEASE-813
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: Mercurial, perform
>    Affects Versions: 2.4
>            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: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRELEASE-813) Ability to specify tag for release:perform

Posted by "Gili (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRELEASE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316158#comment-316158 ] 

Gili commented on MRELEASE-813:
-------------------------------

I'm not convinced that this problem is fixed for GIT either.

It's quite possible that Surefire always invokes "release:prepare" before "release:perform". In this case, release.properties exists and this problem never comes up. You could always ask someone from the Surefire team to comment on this issue to be sure...
                
> Ability to specify tag for release:perform
> ------------------------------------------
>
>                 Key: MRELEASE-813
>                 URL: https://jira.codehaus.org/browse/MRELEASE-813
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: Mercurial, perform
>    Affects Versions: 2.4
>            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: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRELEASE-813) Ability to specify tag for release:perform

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRELEASE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317240#comment-317240 ] 

Robert Scholte commented on MRELEASE-813:
-----------------------------------------

This is something which first need to be fixed in the [SCM project|https://jira.codehaus.org/browse/SCM].

Here's the [GitCheckoutCommand|http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/xref/org/apache/maven/scm/provider/git/gitexe/command/checkout/GitCheckOutCommand.html] and here it's already a 2-step command.

For your requirement someone should improve the
[HgCheckOutCommand|http://maven.apache.org/scm/maven-scm-providers/maven-scm-provider-hg/xref/org/apache/maven/scm/provider/hg/command/checkout/HgCheckOutCommand.html]

                
> Ability to specify tag for release:perform
> ------------------------------------------
>
>                 Key: MRELEASE-813
>                 URL: https://jira.codehaus.org/browse/MRELEASE-813
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: Mercurial, perform
>    Affects Versions: 2.4
>            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: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRELEASE-813) Ability to specify tag for release:perform

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRELEASE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316146#comment-316146 ] 

Robert Scholte commented on MRELEASE-813:
-----------------------------------------

Although I'm unfamiliar with Hg and starting to use GIT, I think GIT has the same 'problem'. For GIT this problem is solved (for example Surefire is released from GIT), so maybe we should compare these mechanisms.
                
> Ability to specify tag for release:perform
> ------------------------------------------
>
>                 Key: MRELEASE-813
>                 URL: https://jira.codehaus.org/browse/MRELEASE-813
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: Mercurial, perform
>    Affects Versions: 2.4
>            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: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira