You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2009/03/17 01:37:13 UTC

[jira] Closed: (MRELEASE-427) Add a mojo parameter for using the new remote tagging for svn scm provider (to prevent issue with svn > 1.5.0)

     [ http://jira.codehaus.org/browse/MRELEASE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MRELEASE-427.
---------------------------------

         Assignee: Olivier Lamy
       Resolution: Fixed
    Fix Version/s: 2.0-beta-9

fixed [rev 755056|http://svn.apache.org/viewvc?rev=755056&view=rev]

The mojo configuration is :
{code:xml}
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <version>2.0-beta-9-SNAPSHOT</version>
        <configuration>
          <remoteTagging>true</remoteTagging>
        </configuration>
      </plugin>
{code}
Or -DremoteTagging=true.

> Add a mojo parameter for using the new remote tagging for svn scm provider (to prevent issue with svn > 1.5.0)
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-427
>                 URL: http://jira.codehaus.org/browse/MRELEASE-427
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: scm
>    Affects Versions: 2.0-beta-8
>         Environment: svn version > 1.5.0
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 2.0-beta-9
>
>
> Due to an issue with svn > 1.5.0, release plugin doesn't work. The scm (1.2) implements a new remote tagging mechanism as a workaround.

-- 
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