Maven 2.x Release Plugin

release plugin does not work with subversion > 1.5.0

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.0-beta-7
  • Fix Version/s: 2.0-beta-9
  • Component/s: scm
  • Labels:
    None
  • Number of attachments :
    0

Description

I've opened up SCM-406 and created this issue so to track this problem in the Release Plugin project.

Issue Links

Activity

Hide
Olivier Lamy added a comment -

workaround will be implemented by MRELEASE-427.

Show
Olivier Lamy added a comment - workaround will be implemented by MRELEASE-427.
Hide
Olivier Lamy added a comment - - edited

Workaround implemented in MRELEASE-427.
snapshots deployed
To test it you have the apache snapshots repo : https://repository.apache.org/content/groups/snapshots

And configuring release mojo as this :

<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>
Show
Olivier Lamy added a comment - - edited Workaround implemented in MRELEASE-427. snapshots deployed To test it you have the apache snapshots repo : https://repository.apache.org/content/groups/snapshots And configuring release mojo as this :
<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>

People

Vote (35)
Watch (30)

Dates

  • Created:
    Updated:
    Resolved: