Looks like the problem is the wrong scm settings in the pom.xml of the tag which refers to trunk:
https://svn.apache.org/repos/asf/tapestry/tapestry5/branches/maint-5-2/pom.xml I'll fix that and give another try. On Wed, Mar 23, 2011 at 10:45 AM, Andreas Andreou <[email protected]> wrote: > As a workaround for this, one can manually fix the tag and then do > mvn release:perform > -DconnectionUrl=scm:svn: > https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.5/ > and hopefully that will work > > On Wed, Mar 23, 2011 at 11:25, Igor Drobiazko <[email protected]> > wrote: > > As you can see in this commit, the proper version has been committed to > the > > tag. > > > > http://svn.apache.org/viewvc?view=revision&revision=1084502 > > > > But then the release plugin copies from trunk into the tag. > > > > http://svn.apache.org/viewvc?view=revision&revision=1084504 > > > > This is really weird. > > > > On Wed, Mar 23, 2011 at 10:06 AM, Andreas Andreou <[email protected]> > wrote: > > > >> Not sure but always do a dryRun and see what will change, i.e. > >> mvn -DdryRun=true release:prepare > >> and then diff poms > >> > >> Also, check if there are any temp files from the release plugin > >> > >> > >> On Wed, Mar 23, 2011 at 10:48, Igor Drobiazko <[email protected] > > > >> wrote: > >> > Looks like this commit cause by the plugin is the reason. Does anyone > has > >> a > >> > clue what's happening? > >> > > >> > http://svn.apache.org/viewvc?view=revision&revision=1084504 > >> > > >> > On Wed, Mar 23, 2011 at 9:46 AM, Igor Drobiazko < > >> [email protected]>wrote: > >> > > >> >> How is it possible that maven release plugin creates such a strange > tag? > >> >> > >> >> > >> >> > >> > https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.5/pom.xml > >> >> > >> >> The version and scm is just wrong. > >> >> > >> >> On Tue, Mar 22, 2011 at 8:49 AM, Igor Drobiazko < > >> [email protected]>wrote: > >> >> > >> >>> Fortunately I'm on Mac. I'll try adding > >> >>> <mavenExecutorId>forked-path</mavenExecutorId> to the release > plugin. > >> >>> > >> >>> On Tue, Mar 22, 2011 at 8:13 AM, Massimo Lusetti < > [email protected] > >> >wrote: > >> >>> > >> >>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen > >> >>>> <[email protected]> wrote: > >> >>>> > >> >>>> > Interactively? i.e. you don't have encrypted key in your > >> settings.xml? > >> >>>> > You have to specify > <mavenExecutorId>forked-path</mavenExecutorId> > >> >>>> > see http://jira.codehaus.org/browse/MGPG-9 > >> >>>> > and http://svn.apache.org/repos/asf/shiro/trunk/pom.xml > >> >>>> > >> >>>> Yeah It's a nightmare and I cannot even imagine on Windows... > >> >>>> > >> >>>> -- > >> >>>> Massimo > >> >>>> http://meridio.blogspot.com > >> >>>> > >> >>>> > --------------------------------------------------------------------- > >> >>>> To unsubscribe, e-mail: [email protected] > >> >>>> For additional commands, e-mail: [email protected] > >> >>>> > >> >>>> > >> >>> > >> >>> > >> >>> -- > >> >>> Best regards, > >> >>> > >> >>> Igor Drobiazko > >> >>> http://tapestry5.de > >> >>> > >> >> > >> >> > >> >> > >> >> -- > >> >> Best regards, > >> >> > >> >> Igor Drobiazko > >> >> http://tapestry5.de > >> >> > >> > > >> > > >> > > >> > -- > >> > Best regards, > >> > > >> > Igor Drobiazko > >> > http://tapestry5.de > >> > > >> > >> > >> > >> -- > >> Andreas Andreou - [email protected] - http://blog.andyhot.gr > >> Apache Tapestry PMC / http://chesstu.be owner > >> Open Source / JEE Consulting > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > -- > > Best regards, > > > > Igor Drobiazko > > http://tapestry5.de > > > > > > -- > Andreas Andreou - [email protected] - http://blog.andyhot.gr > Apache Tapestry PMC / http://chesstu.be owner > Open Source / JEE Consulting > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Best regards, Igor Drobiazko http://tapestry5.de
