You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Oskar Carlstedt (JIRA)" <ji...@codehaus.org> on 2008/02/27 22:41:28 UTC

[jira] Created: (MRELEASE-325) The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.

The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.
---------------------------------------------------------------------------------------------------------------------------

                 Key: MRELEASE-325
                 URL: http://jira.codehaus.org/browse/MRELEASE-325
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-7
         Environment: All OSes, Maven 2.0.8
            Reporter: Oskar Carlstedt


The release plugin does not keep the variable substitution in the connection url after a release prepare/perform. A short example:

SCM Url: scm:svn:${scm.baseurl}/myproject/trunk
A property: <scm.baseurl>svn+ssh://svn.mydomain.com/therepo</scm.baseurl>

After running the release plugin I get a new SCM url:

SCM Url: scm:svn:svn+ssh://svn.mydomain.com/therepo/myproject/trunk

Is it possible to keep the original url. If I want to change our svn url then I must go through all our projects and that is not a very good idea.

Thanks in advance
/Oskar




-- 
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-325) The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.

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

Brett Porter closed MRELEASE-325.
---------------------------------

    Resolution: Duplicate
      Assignee: Brett Porter

> The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-325
>                 URL: http://jira.codehaus.org/browse/MRELEASE-325
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-7
>         Environment: All OSes, Maven 2.0.8
>            Reporter: Oskar Carlstedt
>            Assignee: Brett Porter
>
> The release plugin does not keep the variable substitution in the connection url after a release prepare/perform. A short example:
> SCM Url: scm:svn:${scm.baseurl}/myproject/trunk
> A property: <scm.baseurl>svn+ssh://svn.mydomain.com/therepo</scm.baseurl>
> After running the release plugin I get a new SCM url:
> SCM Url: scm:svn:svn+ssh://svn.mydomain.com/therepo/myproject/trunk
> Is it possible to keep the original url. If I want to change our svn url then I must go through all our projects and that is not a very good idea.
> Thanks in advance
> /Oskar

-- 
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-325) The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.

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

Arnaud Heritier updated MRELEASE-325:
-------------------------------------

    Component/s: prepare

> The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-325
>                 URL: http://jira.codehaus.org/browse/MRELEASE-325
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-7
>         Environment: All OSes, Maven 2.0.8
>            Reporter: Oskar Carlstedt
>
> The release plugin does not keep the variable substitution in the connection url after a release prepare/perform. A short example:
> SCM Url: scm:svn:${scm.baseurl}/myproject/trunk
> A property: <scm.baseurl>svn+ssh://svn.mydomain.com/therepo</scm.baseurl>
> After running the release plugin I get a new SCM url:
> SCM Url: scm:svn:svn+ssh://svn.mydomain.com/therepo/myproject/trunk
> Is it possible to keep the original url. If I want to change our svn url then I must go through all our projects and that is not a very good idea.
> Thanks in advance
> /Oskar

-- 
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-325) The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.

Posted by "Sébastien Lesaint (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162491#action_162491 ] 

Sébastien Lesaint commented on MRELEASE-325:
--------------------------------------------

I have the same issue with beta-8.

My SCM connection and developper strings contain two variables (for user and password), both of which are replaced by their values in the release and next POMs.

> The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-325
>                 URL: http://jira.codehaus.org/browse/MRELEASE-325
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-7
>         Environment: All OSes, Maven 2.0.8
>            Reporter: Oskar Carlstedt
>
> The release plugin does not keep the variable substitution in the connection url after a release prepare/perform. A short example:
> SCM Url: scm:svn:${scm.baseurl}/myproject/trunk
> A property: <scm.baseurl>svn+ssh://svn.mydomain.com/therepo</scm.baseurl>
> After running the release plugin I get a new SCM url:
> SCM Url: scm:svn:svn+ssh://svn.mydomain.com/therepo/myproject/trunk
> Is it possible to keep the original url. If I want to change our svn url then I must go through all our projects and that is not a very good idea.
> Thanks in advance
> /Oskar

-- 
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] Issue Comment Edited: (MRELEASE-325) The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.

Posted by "Michael Wenig (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=187066#action_187066 ] 

Michael Wenig edited comment on MRELEASE-325 at 8/14/09 3:51 AM:
-----------------------------------------------------------------

MRELEASE-128 contains a patch which solves this problem (at least at our site)

      was (Author: micha123):
    Here is a patch which solves this problem (at least at our site)
  
> The release plugin does not keep the variable substitution in the connection/developer url after a release prepare/perform.
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-325
>                 URL: http://jira.codehaus.org/browse/MRELEASE-325
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-7
>         Environment: All OSes, Maven 2.0.8
>            Reporter: Oskar Carlstedt
>
> The release plugin does not keep the variable substitution in the connection url after a release prepare/perform. A short example:
> SCM Url: scm:svn:${scm.baseurl}/myproject/trunk
> A property: <scm.baseurl>svn+ssh://svn.mydomain.com/therepo</scm.baseurl>
> After running the release plugin I get a new SCM url:
> SCM Url: scm:svn:svn+ssh://svn.mydomain.com/therepo/myproject/trunk
> Is it possible to keep the original url. If I want to change our svn url then I must go through all our projects and that is not a very good idea.
> Thanks in advance
> /Oskar

-- 
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