You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/05/03 18:15:41 UTC

[jira] Closed: (MRELEASE-30) release:prepare changes incorrectly tag pom scm if tagbase not standard

     [ http://jira.codehaus.org/browse/MRELEASE-30?page=all ]
     
Brett Porter closed MRELEASE-30:
--------------------------------

     Assign To: Brett Porter
    Resolution: Fixed

> release:prepare changes incorrectly tag pom scm if tagbase not standard
> -----------------------------------------------------------------------
>
>          Key: MRELEASE-30
>          URL: http://jira.codehaus.org/browse/MRELEASE-30
>      Project: Maven 2.x Release Plugin
>         Type: Bug

>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-beta-4

>
>
> /COMMON/trunk/maven-plugins/maven-deps-plugin/pom.xml :
>   <scm>
>     <connection>scm:svn:svn://host:3691/COMMON/trunk/maven-plugins/maven-deps-plugin/</connection>
>     <developerConnection>scm:svn:svn://host:3691/COMMON/trunk/maven-plugins/maven-deps-plugin/</developerConnection>
>     <url>http://host.corp.com/viewcvs/COMMON/trunk/maven-plugins/maven-deps-plugin/</url>
>   </scm>
> [...]
>         <artifactId>maven-release-plugin</artifactId>
>         <version>2.0-beta-2</version>
>         <configuration>
>           <tagBase>svn://host:3691/COMMON/tags/</tagBase>
> m2 release:prepare tags creates correctly a tag in /COMMON/tags/maven-deps-plugin_V1.0.0, but the tag pom.xml contains :
>   <scm>
>     <connection>scm:svn:svn://host:3691/COMMON/tags/maven-deps-plugin_V1.0.0/maven-plugins/maven-deps-plugin/</connection>
>     <developerConnection>scm:svn:svn://host:3691/COMMON/tags/maven-deps-plugin_V1.0.0/maven-plugins/maven-deps-plugin/</developerConnection>
>     <url>http://host.corp.com/viewcvs/COMMON/tags/maven-deps-plugin_V1.0.0/maven-plugins/maven-deps-plugin/</url>
>   </scm>
> ...that is, maven-plugins/maven-deps-plugin/ is concatenated at the end of URLs, although we don't expect it.
> The tag release-pom.xml and repo POMs contain correct trunk URLs.

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