Release plug-in did not add the tag to the end of tagBase
---------------------------------------------------------

         Key: MNG-1726
         URL: http://jira.codehaus.org/browse/MNG-1726
     Project: Maven 2
        Type: Bug
  Components: maven-release-plugin  
    Versions: 2.0    
 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]

Reply via email to