[ http://jira.codehaus.org/browse/MRELEASE-30?page=all ]
Jason van Zyl moved MNG-1188 to MRELEASE-30:
--------------------------------------------
Version: (was: 2.0-beta-3)
Fix Version: (was: 2.0.3)
Component: (was: maven-release-plugin)
Workflow: jira (was: Maven)
Key: MRELEASE-30 (was: MNG-1188)
Project: Maven 2.x Release Plugin (was: Maven 2)
> 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
>
>
> /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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]