You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Philippe Laflamme (JIRA)" <ji...@codehaus.org> on 2009/03/11 16:22:12 UTC

[jira] Created: (MRELEASE-422) Output the resulting tag name or branch name during dryRun

Output the resulting tag name or branch name during dryRun
----------------------------------------------------------

                 Key: MRELEASE-422
                 URL: http://jira.codehaus.org/browse/MRELEASE-422
             Project: Maven 2.x Release Plugin
          Issue Type: Improvement
          Components: branch, prepare
    Affects Versions: 2.0-beta-7
            Reporter: Philippe Laflamme


During execution of a dryRun, it would be very helpful to see where the resulting tag or branch name would be created in the log output. Currently, we get:

"[INFO] Full run would be branching /home/user/projects/myProject with label: 'project-1.1.x'"

But we don't know WHERE project-1.1.x will be created (in SVN).

I understand that not all SCM have a notion of location of tags and branches, but having this information when it is supported would make the dryRun much more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRELEASE-422) Output the resulting tag name or branch name during dryRun

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier closed MRELEASE-422.
------------------------------

    Resolution: Fixed

Fixed in [r805600|http://svn.apache.org/viewvc?view=rev&revision=805600].

> Output the resulting tag name or branch name during dryRun
> ----------------------------------------------------------
>
>                 Key: MRELEASE-422
>                 URL: http://jira.codehaus.org/browse/MRELEASE-422
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: branch, prepare
>    Affects Versions: 2.0-beta-7
>            Reporter: Philippe Laflamme
>            Assignee: Paul Gier
>            Priority: Trivial
>             Fix For: 2.0-beta-10
>
>
> During execution of a dryRun, it would be very helpful to see where the resulting tag or branch name would be created in the log output. Currently, we get:
> "[INFO] Full run would be branching /home/user/projects/myProject with label: 'project-1.1.x'"
> But we don't know WHERE project-1.1.x will be created (in SVN).
> I understand that not all SCM have a notion of location of tags and branches, but having this information when it is supported would make the dryRun much more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MRELEASE-422) Output the resulting tag name or branch name during dryRun

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier updated MRELEASE-422:
-------------------------------

         Priority: Trivial  (was: Major)
         Assignee: Paul Gier
    Fix Version/s: 2.0-beta-10

> Output the resulting tag name or branch name during dryRun
> ----------------------------------------------------------
>
>                 Key: MRELEASE-422
>                 URL: http://jira.codehaus.org/browse/MRELEASE-422
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: branch, prepare
>    Affects Versions: 2.0-beta-7
>            Reporter: Philippe Laflamme
>            Assignee: Paul Gier
>            Priority: Trivial
>             Fix For: 2.0-beta-10
>
>
> During execution of a dryRun, it would be very helpful to see where the resulting tag or branch name would be created in the log output. Currently, we get:
> "[INFO] Full run would be branching /home/user/projects/myProject with label: 'project-1.1.x'"
> But we don't know WHERE project-1.1.x will be created (in SVN).
> I understand that not all SCM have a notion of location of tags and branches, but having this information when it is supported would make the dryRun much more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRELEASE-422) Output the resulting tag name or branch name during dryRun

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier closed MRELEASE-422.
------------------------------

    Resolution: Won't Fix

This turned out to be more complicated than I originally thought.  The scm url is not readily available unless the brachBase parameter has been set.  So I changed the code to print the url only if the branchBase is not null.


> Output the resulting tag name or branch name during dryRun
> ----------------------------------------------------------
>
>                 Key: MRELEASE-422
>                 URL: http://jira.codehaus.org/browse/MRELEASE-422
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: branch, prepare
>    Affects Versions: 2.0-beta-7
>            Reporter: Philippe Laflamme
>            Assignee: Paul Gier
>            Priority: Trivial
>             Fix For: 2.0-beta-10
>
>
> During execution of a dryRun, it would be very helpful to see where the resulting tag or branch name would be created in the log output. Currently, we get:
> "[INFO] Full run would be branching /home/user/projects/myProject with label: 'project-1.1.x'"
> But we don't know WHERE project-1.1.x will be created (in SVN).
> I understand that not all SCM have a notion of location of tags and branches, but having this information when it is supported would make the dryRun much more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-422) Output the resulting tag name or branch name during dryRun

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=187491#action_187491 ] 

Paul Gier commented on MRELEASE-422:
------------------------------------

As a workaround, developerConnection in the generated pom.xml.branch should show where the branch will be created.

> Output the resulting tag name or branch name during dryRun
> ----------------------------------------------------------
>
>                 Key: MRELEASE-422
>                 URL: http://jira.codehaus.org/browse/MRELEASE-422
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: branch, prepare
>    Affects Versions: 2.0-beta-7
>            Reporter: Philippe Laflamme
>
> During execution of a dryRun, it would be very helpful to see where the resulting tag or branch name would be created in the log output. Currently, we get:
> "[INFO] Full run would be branching /home/user/projects/myProject with label: 'project-1.1.x'"
> But we don't know WHERE project-1.1.x will be created (in SVN).
> I understand that not all SCM have a notion of location of tags and branches, but having this information when it is supported would make the dryRun much more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (MRELEASE-422) Output the resulting tag name or branch name during dryRun

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier reopened MRELEASE-422:
--------------------------------


> Output the resulting tag name or branch name during dryRun
> ----------------------------------------------------------
>
>                 Key: MRELEASE-422
>                 URL: http://jira.codehaus.org/browse/MRELEASE-422
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: branch, prepare
>    Affects Versions: 2.0-beta-7
>            Reporter: Philippe Laflamme
>            Assignee: Paul Gier
>            Priority: Trivial
>             Fix For: 2.0-beta-10
>
>
> During execution of a dryRun, it would be very helpful to see where the resulting tag or branch name would be created in the log output. Currently, we get:
> "[INFO] Full run would be branching /home/user/projects/myProject with label: 'project-1.1.x'"
> But we don't know WHERE project-1.1.x will be created (in SVN).
> I understand that not all SCM have a notion of location of tags and branches, but having this information when it is supported would make the dryRun much more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira