release:prepare changes incorrectly tag pom scm if tagbase not standard
-----------------------------------------------------------------------

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

Reply via email to