You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Igor Drobiazko <ig...@gmail.com> on 2011/03/20 15:04:21 UTC

Releasing 5.2.5

I'm going to create the 5.2.5 release later in the evening. Please hold off
on checking in into the "maint-5-2" branch.

Thank you.

-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
The tagBase tells the plugin where to commit tags to. The problem I'm facing
is that the pom.xml inside the 5.2.5 tag has the 5.3.0-SNAPSHOT version,
which is copied from trunk. Why that?

On Wed, Mar 23, 2011 at 9:57 AM, Joachim Van der Auwera <jo...@progs.be>wrote:

> Is this not caused by the tagbase defined in the main pom?
>
> <plugin>
> 349     <artifactId>maven-release-plugin</artifactId>
> 350     <configuration>
> 351 <tagBase>
> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
>
> 352     </configuration>
> 353     </plugin>
>
>
>
>
> On 03/23/2011 09:48 AM, Igor Drobiazko 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<igor.drobiazko@gmail.com
>> >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<igor.drobiazko@gmail.com
>>> >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<mlusetti@gmail.com
>>>> >wrote:
>>>>
>>>>  On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
>>>>> <ka...@gmail.com>  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: dev-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>
>>>> --
>>>> Best regards,
>>>>
>>>> Igor Drobiazko
>>>> http://tapestry5.de
>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>>
>>> Igor Drobiazko
>>> http://tapestry5.de
>>>
>>>
>>
>>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Joachim Van der Auwera <jo...@progs.be>.
Is this not caused by the tagbase defined in the main pom?

<plugin>
349 	<artifactId>maven-release-plugin</artifactId>
350 	<configuration>
351 
<tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase> 

352 	</configuration>
353 	</plugin>



On 03/23/2011 09:48 AM, Igor Drobiazko 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<ig...@gmail.com>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<ig...@gmail.com>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<ml...@gmail.com>wrote:
>>>
>>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
>>>> <ka...@gmail.com>  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: dev-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>>
>>> Igor Drobiazko
>>> http://tapestry5.de
>>>
>>
>>
>> --
>> Best regards,
>>
>> Igor Drobiazko
>> http://tapestry5.de
>>
>
>


Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
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 <an...@di.uoa.gr> 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 <ig...@gmail.com>
> 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 <an...@di.uoa.gr>
> 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 <igor.drobiazko@gmail.com
> >
> >> 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 <
> >> igor.drobiazko@gmail.com>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 <
> >> igor.drobiazko@gmail.com>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 <
> mlusetti@gmail.com
> >> >wrote:
> >> >>>
> >> >>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
> >> >>>> <ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
> >> >>>> For additional commands, e-mail: dev-help@tapestry.apache.org
> >> >>>>
> >> >>>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>> Best regards,
> >> >>>
> >> >>> Igor Drobiazko
> >> >>> http://tapestry5.de
> >> >>>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Best regards,
> >> >>
> >> >> Igor Drobiazko
> >> >> http://tapestry5.de
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Best regards,
> >> >
> >> > Igor Drobiazko
> >> > http://tapestry5.de
> >> >
> >>
> >>
> >>
> >> --
> >> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> >> Apache Tapestry PMC / http://chesstu.be owner
> >> Open Source / JEE Consulting
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: dev-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > Best regards,
> >
> > Igor Drobiazko
> > http://tapestry5.de
> >
>
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Apache Tapestry PMC / http://chesstu.be owner
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Joachim Van der Auwera <jo...@progs.be>.
Or you do a manual checkout and run

mvn -DperformRelease deploy


On 03/23/2011 10:45 AM, Andreas Andreou 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<ig...@gmail.com>  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<an...@di.uoa.gr>  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<ig...@gmail.com>
>>> 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<
>>> igor.drobiazko@gmail.com>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<
>>> igor.drobiazko@gmail.com>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<mlusetti@gmail.com
>>>> wrote:
>>>>>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
>>>>>>> <ka...@gmail.com>  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: dev-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>>
>>>>>> Igor Drobiazko
>>>>>> http://tapestry5.de
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>>
>>>>> Igor Drobiazko
>>>>> http://tapestry5.de
>>>>>
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>>
>>>> Igor Drobiazko
>>>> http://tapestry5.de
>>>>
>>>
>>>
>>> --
>>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>>> Apache Tapestry PMC / http://chesstu.be owner
>>> Open Source / JEE Consulting
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>
>> --
>> Best regards,
>>
>> Igor Drobiazko
>> http://tapestry5.de
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Releasing 5.2.5

Posted by Andreas Andreou <an...@di.uoa.gr>.
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 <ig...@gmail.com> 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 <an...@di.uoa.gr> 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 <ig...@gmail.com>
>> 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 <
>> igor.drobiazko@gmail.com>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 <
>> igor.drobiazko@gmail.com>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 <mlusetti@gmail.com
>> >wrote:
>> >>>
>> >>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
>> >>>> <ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
>> >>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>> --
>> >>> Best regards,
>> >>>
>> >>> Igor Drobiazko
>> >>> http://tapestry5.de
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Best regards,
>> >>
>> >> Igor Drobiazko
>> >> http://tapestry5.de
>> >>
>> >
>> >
>> >
>> > --
>> > Best regards,
>> >
>> > Igor Drobiazko
>> > http://tapestry5.de
>> >
>>
>>
>>
>> --
>> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
>> Apache Tapestry PMC / http://chesstu.be owner
>> Open Source / JEE Consulting
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Apache Tapestry PMC / http://chesstu.be owner
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
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 <an...@di.uoa.gr> 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 <ig...@gmail.com>
> 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 <
> igor.drobiazko@gmail.com>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 <
> igor.drobiazko@gmail.com>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 <mlusetti@gmail.com
> >wrote:
> >>>
> >>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
> >>>> <ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
> >>>> For additional commands, e-mail: dev-help@tapestry.apache.org
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> Best regards,
> >>>
> >>> Igor Drobiazko
> >>> http://tapestry5.de
> >>>
> >>
> >>
> >>
> >> --
> >> Best regards,
> >>
> >> Igor Drobiazko
> >> http://tapestry5.de
> >>
> >
> >
> >
> > --
> > Best regards,
> >
> > Igor Drobiazko
> > http://tapestry5.de
> >
>
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Apache Tapestry PMC / http://chesstu.be owner
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Andreas Andreou <an...@di.uoa.gr>.
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 <ig...@gmail.com> 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 <ig...@gmail.com>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 <ig...@gmail.com>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 <ml...@gmail.com>wrote:
>>>
>>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
>>>> <ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Best regards,
>>>
>>> Igor Drobiazko
>>> http://tapestry5.de
>>>
>>
>>
>>
>> --
>> Best regards,
>>
>> Igor Drobiazko
>> http://tapestry5.de
>>
>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Apache Tapestry PMC / http://chesstu.be owner
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
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 <ig...@gmail.com>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 <ig...@gmail.com>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 <ml...@gmail.com>wrote:
>>
>>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
>>> <ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>
>>
>> --
>> Best regards,
>>
>> Igor Drobiazko
>> http://tapestry5.de
>>
>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de
>



-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
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 <ig...@gmail.com>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 <ml...@gmail.com>wrote:
>
>> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
>> <ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de
>



-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
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 <ml...@gmail.com> wrote:

> On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
> <ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Massimo Lusetti <ml...@gmail.com>.
On Tue, Mar 22, 2011 at 7:34 AM, Kalle Korhonen
<ka...@gmail.com> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Releasing 5.2.5

Posted by Kalle Korhonen <ka...@gmail.com>.
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

Kalle


On Mon, Mar 21, 2011 at 2:37 PM, Igor Drobiazko
<ig...@gmail.com> wrote:
> Preparing the release, the build is hanging when the maven-gpg-plugin come
> into play.
> The last log message is:
>
> [INFO] [gpg:sign {execution: sign-artifacts}]
>
>
> I tried several workarounds, but was not able to fix the issue. Is there
> anything I should know?
>
> Thanks.
>
> On Mon, Mar 21, 2011 at 9:49 AM, Igor Drobiazko <ig...@gmail.com>wrote:
>
>> Yesterday I meet Howard in Aachen so I had no time to prepare the release.
>> But I'll do it in the next days.
>>
>>
>> On Mon, Mar 21, 2011 at 8:56 AM, Massimo Lusetti <ml...@gmail.com>wrote:
>>
>>> On Sun, Mar 20, 2011 at 3:04 PM, Igor Drobiazko
>>> <ig...@gmail.com> wrote:
>>>
>>> > I'm going to create the 5.2.5 release later in the evening. Please hold
>>> off
>>> > on checking in into the "maint-5-2" branch.
>>> >
>>> > Thank you.
>>>
>>> Thank you for doing it... Is really appreciated!
>>>
>>> Best regards
>>> --
>>> Massimo
>>> http://meridio.blogspot.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>
>>
>> --
>> Best regards,
>>
>> Igor Drobiazko
>> http://tapestry5.de
>>
>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Releasing 5.2.5

Posted by Howard Lewis Ship <hl...@gmail.com>.
I'm not sure how to deall with that on Windows.  On Mac, I have the
SSHKeyChain.app running.

On Mon, Mar 21, 2011 at 2:37 PM, Igor Drobiazko
<ig...@gmail.com> wrote:
> Preparing the release, the build is hanging when the maven-gpg-plugin come
> into play.
> The last log message is:
>
> [INFO] [gpg:sign {execution: sign-artifacts}]
>
>
> I tried several workarounds, but was not able to fix the issue. Is there
> anything I should know?
>
> Thanks.
>
> On Mon, Mar 21, 2011 at 9:49 AM, Igor Drobiazko <ig...@gmail.com>wrote:
>
>> Yesterday I meet Howard in Aachen so I had no time to prepare the release.
>> But I'll do it in the next days.
>>
>>
>> On Mon, Mar 21, 2011 at 8:56 AM, Massimo Lusetti <ml...@gmail.com>wrote:
>>
>>> On Sun, Mar 20, 2011 at 3:04 PM, Igor Drobiazko
>>> <ig...@gmail.com> wrote:
>>>
>>> > I'm going to create the 5.2.5 release later in the evening. Please hold
>>> off
>>> > on checking in into the "maint-5-2" branch.
>>> >
>>> > Thank you.
>>>
>>> Thank you for doing it... Is really appreciated!
>>>
>>> Best regards
>>> --
>>> Massimo
>>> http://meridio.blogspot.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>
>>
>> --
>> Best regards,
>>
>> Igor Drobiazko
>> http://tapestry5.de
>>
>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
Preparing the release, the build is hanging when the maven-gpg-plugin come
into play.
The last log message is:

[INFO] [gpg:sign {execution: sign-artifacts}]


I tried several workarounds, but was not able to fix the issue. Is there
anything I should know?

Thanks.

On Mon, Mar 21, 2011 at 9:49 AM, Igor Drobiazko <ig...@gmail.com>wrote:

> Yesterday I meet Howard in Aachen so I had no time to prepare the release.
> But I'll do it in the next days.
>
>
> On Mon, Mar 21, 2011 at 8:56 AM, Massimo Lusetti <ml...@gmail.com>wrote:
>
>> On Sun, Mar 20, 2011 at 3:04 PM, Igor Drobiazko
>> <ig...@gmail.com> wrote:
>>
>> > I'm going to create the 5.2.5 release later in the evening. Please hold
>> off
>> > on checking in into the "maint-5-2" branch.
>> >
>> > Thank you.
>>
>> Thank you for doing it... Is really appreciated!
>>
>> Best regards
>> --
>> Massimo
>> http://meridio.blogspot.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>
> --
> Best regards,
>
> Igor Drobiazko
> http://tapestry5.de
>



-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Igor Drobiazko <ig...@gmail.com>.
Yesterday I meet Howard in Aachen so I had no time to prepare the release.
But I'll do it in the next days.

On Mon, Mar 21, 2011 at 8:56 AM, Massimo Lusetti <ml...@gmail.com> wrote:

> On Sun, Mar 20, 2011 at 3:04 PM, Igor Drobiazko
> <ig...@gmail.com> wrote:
>
> > I'm going to create the 5.2.5 release later in the evening. Please hold
> off
> > on checking in into the "maint-5-2" branch.
> >
> > Thank you.
>
> Thank you for doing it... Is really appreciated!
>
> Best regards
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Re: Releasing 5.2.5

Posted by Massimo Lusetti <ml...@gmail.com>.
On Sun, Mar 20, 2011 at 3:04 PM, Igor Drobiazko
<ig...@gmail.com> wrote:

> I'm going to create the 5.2.5 release later in the evening. Please hold off
> on checking in into the "maint-5-2" branch.
>
> Thank you.

Thank you for doing it... Is really appreciated!

Best regards
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org