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:09:41 UTC

[jira] Closed: (MRELEASE-43) Release plug-in did not add the tag to the end of tagBase

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

     Assign To: Brett Porter
    Resolution: Fixed

> 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
>     Assignee: Brett Porter
>      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}:${release_pw}@host/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