There is nothing wrong with the release:release goal. As you said, the information in the branched pom was inaccurate. Since creating a branch implies correct adjustments to poms, the release plugin offers the release:branch goal. In my day time projects I'm using this without exception to create branches. We should check if we want to add it to our process as well.
http://maven.apache.org/maven-release/maven-release-plugin/examples/branch.html Am 18.04.13 20:47, schrieb Maurizio Cucchiara: > For some weird reason, the maven release plugin tag the wrong version > (struts/struts2/tags/STRUTS_2_3_14 instead of > struts/struts2/branches/STRUTS_2_3_14.X). > > My guess is that this happen because the wrong info into the scm connections: > This: > <scm> > > <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_3_14</connection> > > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_3_14</developerConnection> > > <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_3_14</url> > </scm> > > Should be: > <scm> > > <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_3_14_X</connection> > > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_3_14_X</developerConnection> > > <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/branches/STRUTS_2_3_14_X</url> > </scm> > > I'm going to update fast track release guide. > Twitter :http://www.twitter.com/m_cucchiara > G+ :https://plus.google.com/107903711540963855921 > Linkedin :http://www.linkedin.com/in/mauriziocucchiara > VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara > > Maurizio Cucchiara > > > On 18 April 2013 17:55, <mcucchi...@apache.org> wrote: >> Author: mcucchiara >> Date: Thu Apr 18 15:55:44 2013 >> New Revision: 1469387 >> >> URL: http://svn.apache.org/r1469387 >> Log: >> [maven-release-plugin] copy for tag STRUTS_2_3_14_1 >> >> Added: >> struts/struts2/tags/STRUTS_2_3_14_1/ (props changed) >> - copied from r1469386, struts/struts2/tags/STRUTS_2_3_14/ >> >> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/ >> ------------------------------------------------------------------------------ >> reviewboard:url = https://reviews.apache.org >> >> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/ >> ------------------------------------------------------------------------------ >> --- svn:ignore (added) >> +++ svn:ignore Thu Apr 18 15:55:44 2013 >> @@ -0,0 +1,10 @@ >> +.classpath >> +.project >> +.settings >> +*.ipr >> +*.iml >> +*.iws >> +target >> +.idea >> + >> +test-output >> >> Propchange: struts/struts2/tags/STRUTS_2_3_14_1/ >> ------------------------------------------------------------------------------ >> --- svn:mergeinfo (added) >> +++ svn:mergeinfo Thu Apr 18 15:55:44 2013 >> @@ -0,0 +1,2 @@ >> +/struts/struts2/branches/STRUTS_2_2_1_1:1037870-1053416 >> +/struts/struts2/tags/STRUTS_2_2_1:965062-1037869 >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > -- René Gielen http://twitter.com/rgielen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org