mvn release:prepare release:perform fails on branch builds

Description

I tried to release Hibernate 3.2.1 using the release plugin but the plugin failed putting the 3.2.0.final poms in the v_3_2_1 tag.

Activity

Show:

Hardy Ferentschik August 19, 2010 at 5:32 PM

The branch probably got created by "just" copying the svn tag to the branches directory. In order to make the release plugin work on a branch the <scm> section needs to reflect the correct location of the branch. One way to automatically update the pom versions and <scm> configuration is to use 'mvn release:branch'. I updated http://community.jboss.org/wiki/ContributingtoHibernateSearch#Branching to reflect this.

Emmanuel Bernard August 19, 2010 at 10:23 AM

Hardy Ferentschik August 18, 2010 at 10:05 PM

Which tag/branch did you have checked out and which command did you try to run?

Fixed

Details

Assignee

Reporter

Affects versions

Priority

Created July 25, 2010 at 6:36 PM
Updated September 11, 2011 at 6:18 PM
Resolved August 19, 2010 at 5:32 PM