[ http://jira.codehaus.org/browse/MRELEASE-43?page=all ]
Brett Porter updated MRELEASE-43: --------------------------------- Fix Version: 2.0-beta-4 > 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 > Fix For: 2.0-beta-4 > > > 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