[ http://jira.codehaus.org/browse/MRELEASE-43?page=all ]
Jason van Zyl moved MNG-1726 to MRELEASE-43:
--------------------------------------------
Version: (was: 2.0)
Component: (was: maven-release-plugin)
Workflow: jira (was: Maven)
Key: MRELEASE-43 (was: MNG-1726)
Project: Maven 2.x Release Plugin (was: Maven 2)
> Release plug-in did not add the tag to the end of tagBase
> ---------------------------------------------------------
>
> Key: MRELEASE-43
> URL: http://jira.codehaus.org/browse/MRELEASE-43
> Project: Maven 2.x Release Plugin
> Type: Bug
> Environment: Win XP, sp2
> Reporter: Michael Fiedler
>
>
> The release:prepare seemed to work fine until the Continuum build complained.
> I found that my scm/connection and scm/developerConnection did not look the
> way I expected. The tag name provided at the prompt did not get appended to
> tagBase, it was placed after tags. Subversion did end up the way I expected:
> http://host/dir/tags/modules/1.0-QA/
> <project>
> ...
> <scm>
> <connection>scm:svn:http://host/dir/tags/1.0-QA/modules</connection>
> <developerConnection>scm:svn:http://${release_ui}:[EMAIL
> PROTECTED]/dir/tags/1.0-QA/modules</developerConnection>
> <url>http://host/dir/tags/1.0-QA/modules</url>
> </scm>
> <build>
> <pluginManagement>
> <plugins>
> <plugin>
> <artifactId>maven-release-plugin</artifactId>
> <configuration>
> <tagBase>http://host/dir/tags/modules</tagBase>
> <username>${release_ui}</username>
> <password>${release_pw}</password>
> </configuration>
> </plugin>
> </plugins>
> </pluginManagement>
> ...
--
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]