Re: Releasing the release plugin

2010-07-30 Thread Brian Fox
A lot of people seem to have the gpg plugin hang during release perform. It's never happened to me so I haven't dug into the root cause, if it's release or gpg...but that's the only thing that immediately comes to mind. On Thu, Jul 29, 2010 at 7:01 PM, Brett Porter wrote: > Several folks seem int

Re: [VOTE] Release Maven Doxia Tools version 1.1

2010-07-30 Thread Vincent Siveton
+1! Vincent 2010/7/28 Dennis Lundberg : > Hi, > > This release is a preparation for a release of maven-linkcheck-plugin. > > For those of you that are unfamiliar with Doxia Tools, it has two > components: doxia-converter and doxia-linkcheck. > > We solved a bunch of issues. Unfortunately I can't

Re: Updated release procedure documentation

2010-07-30 Thread Dennis Lundberg
I made some minor changes to the docs, both at maven.apache.org and at www.apache.org/dev and redeployed the sites. On 2010-07-26 19:34, Brian Fox wrote: > I finally crossed off a todo that was about 12 months old: > > I synthesized the various docs we had laying around to produce a > generic Apa

Re: Releasing the release plugin

2010-07-30 Thread Olivier Lamy
yup. I have this fix locally I will commit it. 2010/7/30 Benjamin Bentmann : > Brett Porter wrote: > >> That's one on the list - it's already committed on trunk, and Olivier has >> volunteered to help get the SCM release out :) > > It seems r952813 should be reverted for the SCM 1.4 release. The

Re: Releasing the release plugin

2010-07-30 Thread Benjamin Bentmann
Brett Porter wrote: That's one on the list - it's already committed on trunk, and Olivier has volunteered to help get the SCM release out :) It seems r952813 should be reverted for the SCM 1.4 release. The updated plexus plugin generates non-empty role hints for the components which causes

Re: Parallel usage of Maven 2 and 3

2010-07-30 Thread Mirko Jahn
Well, nothing in general, except I find it a bit inconvenient (I am bound to various OS and Windows f.i. has a horrible cmd interface). Besides we offer a framework that gets used by others and thus makes it more important to keep things as simple as possible. Anyway, you made me think... I can jus

Re: Parallel usage of Maven 2 and 3

2010-07-30 Thread Brett Porter
http://jira.codehaus.org/browse/MNG-2730 On 30/07/2010, at 8:58 PM, Justin Edelson wrote: > On 7/30/10 7:39 AM, Mirko Jahn wrote: >> Hey there, >> >> I am currently using Maven2 and 3 in parallel. I just tweaked the >> scripts in the bin folder to use mvn3 instead of mvn for the beta-1 >> releas

Re: Parallel usage of Maven 2 and 3

2010-07-30 Thread Justin Edelson
On 7/30/10 7:39 AM, Mirko Jahn wrote: > Hey there, > > I am currently using Maven2 and 3 in parallel. I just tweaked the > scripts in the bin folder to use mvn3 instead of mvn for the beta-1 > release. This is a great way for me to easily check if my build has > any problems with the latest releas

Parallel usage of Maven 2 and 3

2010-07-30 Thread Mirko Jahn
Hey there, I am currently using Maven2 and 3 in parallel. I just tweaked the scripts in the bin folder to use mvn3 instead of mvn for the beta-1 release. This is a great way for me to easily check if my build has any problems with the latest release without the need to switch environment variables

Re: Releasing the release plugin

2010-07-30 Thread Arnaud Héritier
I have 2 annoying issues with 2.0 version of the release plugin : * http://jira.codehaus.org/browse/MRELEASE-263 : Annoying to use GPG signature. The easier solution for now is to store the password in our settings and this one isn't encrypted. * http://jira.codehaus.org/browse/MRELEASE-536 : Th

Re: [VOTE] Release Maven Doxia Tools version 1.1

2010-07-30 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-032/ Staging site: http://maven.apache.org/doxia/doxia-tools-1.1/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.ap