You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org> on 2006/05/12 17:50:40 UTC

[jira] Moved: (MRELEASE-107) scm.url gets translated incorrectly during release

     [ http://jira.codehaus.org/browse/MRELEASE-107?page=all ]

Emmanuel Venisse moved SCM-197 to MRELEASE-107:
-----------------------------------------------

       Version:     (was: 1.0-alpha-4)
                2.0-beta-4
    Complexity:   (was: Intermediate)
           Key: MRELEASE-107  (was: SCM-197)
       Project: Maven 2.x Release Plugin  (was: Maven SCM)

> scm.url gets translated incorrectly during release
> --------------------------------------------------
>
>          Key: MRELEASE-107
>          URL: http://jira.codehaus.org/browse/MRELEASE-107
>      Project: Maven 2.x Release Plugin
>         Type: Bug

>     Versions: 2.0-beta-4
>     Reporter: Brian Fox
>     Assignee: Emmanuel Venisse

>
>
> Testing release 2.0-beta4. My original scm urls are like this:
>  <scm>
>     <connection>scm:svn:http://sv1.tus.stchome.com/svn/training/products/dsms/release-branches/dsms-2.1</connection>
>     <developerConnection>scm:svn:http://sv1.tus.stchome.com/svn/training/products/dsms/release-branches/dsms-2.1</developerConnection>
>     <url>http://sv1.tus.stchome.com/viewvc/stc/products/dsms/release-branches/dsms-2.1</url>
>   </scm>
> after the prepare, they end up like this:
>  <scm>
>     <connection>scm:svn:http://sv1.tus.stchome.com/svn/training/products/dsms/build-tags/t5</connection>
>     <developerConnection>scm:svn:http://sv1.tus.stchome.com/svn/training/products/dsms/build-tags/t5</developerConnection>
>     <url>http://sv1.tus.stchome.com/svn/training/products/dsms/build-tags/t5</url>
>   </scm>
> Notice the url lost the viewvc reference and ended up with a direct svn url. After a release:perform, the url ends up back to viewvc so only the tag is modified.

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