Re: [VOTE] Release maven-model-converter 2.1

2007-03-05 Thread Emmanuel Venisse
+1 Emmanuel Dennis Lundberg a écrit : Hi, I'd like to release maven-model-converter. The last release was 2.0.4. Back then it resided in maven components. It has now moved to maven shared. This release is a preparation for a release of the maven-one-plugin. The issues that have been

Re: [VOTE] Release maven-shared-components pom 7

2007-03-05 Thread Emmanuel Venisse
+1 Emmanuel Dennis Lundberg a écrit : Hi The maven-shared-components pom needs to be released so that the shared components can take advantage of the new release tool chain. Revision: 514495 A SNAPSHOT has been deployed to our snapshot-repository. The vote will be open for 72 hours.

Re: [VOTE] Release maven-shared-components pom 7

2007-03-05 Thread Stephane Nicoll
+1 Stéphane On 3/5/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi The maven-shared-components pom needs to be released so that the shared components can take advantage of the new release tool chain. Revision: 514495 A SNAPSHOT has been deployed to our snapshot-repository. The vote will be

Re: [vote] Trying to use standard versioning

2007-03-05 Thread Trygve Laugstøl
Kenney Westerhof wrote: +1, as long as it's done like this: - use major.minor on trunk - major.[minor+1] is either api breaking or has new features - bugfixes should be major.minor.micro, from a maintenance branch for major.minor. Minor releases can't break APIs, we agreed on that a long

Re: [vote] Trying to use standard versioning

2007-03-05 Thread Trygve Laugstøl
+1 with the same remark about not having the trailing .0 on the first release. Brett Porter wrote: +1 (I was going to do that with the 2.3 release, except that it had had junit4 support added). Aesthetically, I prefer to drop the trailing 0 on a first point release, but don't mind either

Re: Maven's ArtifactMetadataSource's bad role-hint

2007-03-05 Thread Trygve Laugstøl
Jason van Zyl wrote: On 4 Mar 07, at 3:18 AM 4 Mar 07, Andrew Williams wrote: Are there an objections, or reasons not to change the role-hint of MavenMetadataSource in maven-project from maven to default. I think that's fine, but we should also annotating all the plexus components and I

Re: Maven's ArtifactMetadataSource's bad role-hint

2007-03-05 Thread Andrew Williams
Yes, it does add default. I think Jason was referring to the use of CDC irrespective if whether hints were in or not. After all, CDC does not need a hint at all, and the container will fill the blanks at runtime. Andy On 5 Mar 2007, at 08:56, Trygve Laugstøl wrote: Jason van Zyl wrote:

Re: Maven's ArtifactMetadataSource's bad role-hint

2007-03-05 Thread Andrew Williams
OK, that is done. The change should not affect anything not using plexus-container- default alpha-19-SNAPSHOT, which includes the core maven build atm, as I have not upgraded it. Want more testing done first :) Andy On 5 Mar 2007, at 01:56, Brett Porter wrote: I agree - it's going to

Re: [VOTE] Release maven-shared-components pom 7

2007-03-05 Thread Daniel Kulp
+1 Dan On Sunday 04 March 2007 18:54, Dennis Lundberg wrote: Hi The maven-shared-components pom needs to be released so that the shared components can take advantage of the new release tool chain. Revision: 514495 A SNAPSHOT has been deployed to our snapshot-repository. The vote will

Why not DocBook?

2007-03-05 Thread Brendon Matheson
Hi all, I've always wondered why content for the Maven site plugin isn't defined as DocBook articles. It always struck me that xdoc's grammar is similar to the core parts of DocBook, and being a standard might make DocBook more attractive to some people. Cheers, brnzn

Re: Why not DocBook?

2007-03-05 Thread Wendy Smoak
On 3/5/07, Brendon Matheson [EMAIL PROTECTED] wrote: I've always wondered why content for the Maven site plugin isn't defined as DocBook articles. It always struck me that xdoc's grammar is similar to the core parts of DocBook, and being a standard might make DocBook more attractive to some

RE: Being careful with backward compat

2007-03-05 Thread Brian E. Fox
The lates plexus-utils blows up the testing harness too because it changes some of the core classes. I don't remember the exact compilation error, but I discussed with Brett on IRC. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Saturday, March 03, 2007 5:31 PM

[VOTE] Release maven-gpg-plugin 1.0-alpha-3

2007-03-05 Thread Daniel Kulp
I'd like to release maven-gpg-plugin version 1.0-alpha-3 to address some issues in the previous release. Release Notes - Maven 2.x GPG Plugin - Version 1.0-alpha-3 ** Improvement * [MGPG-1] - Prompt for pass phrase if it is not supplied * [MGPG-2] - Allow the selection of a particular

Debian package of Maven 2.0.5

2007-03-05 Thread Manfred Moser
Hi all! I would like to bring the binary build package of Maven 2.0.5 built by Michael Koch to your attention. I just installed it on Ubuntu Edgy and ran my builds and all works fine. http://gnu.wildebeest.org/diary-man-di/?p=35 I can recommend using it. Manfred -- View this message in

Re: [VOTE] Release maven-gpg-plugin 1.0-alpha-3

2007-03-05 Thread Stephane Nicoll
+1 Stéphane On 3/5/07, Daniel Kulp [EMAIL PROTECTED] wrote: I'd like to release maven-gpg-plugin version 1.0-alpha-3 to address some issues in the previous release. Release Notes - Maven 2.x GPG Plugin - Version 1.0-alpha-3 ** Improvement * [MGPG-1] - Prompt for pass phrase if it is not

[VOTE] maven-remote-resources-plugin 1.0-alpha-3 and resource bundles

2007-03-05 Thread Daniel Kulp
I'd like to release the entire remote-resources set. That includes the plugin as well as the 3 resources bundles. There is a critical bug fix (MRRESOURCES-13) that has caused some problems for a couple of projects. Tags:

Re: svn commit: r514852 - /maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/admin/ConfigurationAction.java

2007-03-05 Thread Brett Porter
On 05/03/2007, at 12:25 PM, [EMAIL PROTECTED] wrote: +getLogger().info( 1); SecureActionBundle bundle = new SecureActionBundle(); bundle.setRequiresAuthentication( true ); bundle.addRequiredAuthorization (

Re: svn commit: r514852 - /maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/admin/ConfigurationAction.java

2007-03-05 Thread Emmanuel Venisse
already fixed, but thanks :) Brett Porter a écrit : On 05/03/2007, at 12:25 PM, [EMAIL PROTECTED] wrote: +getLogger().info( 1); SecureActionBundle bundle = new SecureActionBundle(); bundle.setRequiresAuthentication( true ); bundle.addRequiredAuthorization(

Re: Authorization Error on Configuration page in 1.1 -

2007-03-05 Thread Emmanuel Venisse
It should be fixed now, can you test it? Emmanuel Wendy Smoak a écrit : On 3/1/07, Thierry Lach [EMAIL PROTECTED] wrote: Using current sources patched for JBoss, I can't access the configuration page. As the administrator, when I try to go there, I get the message Authorization Error You

Re: [VOTE] maven-remote-resources-plugin 1.0-alpha-3 and resource bundles

2007-03-05 Thread Arnaud HERITIER
+1 Arnaud On 3/5/07, Daniel Kulp [EMAIL PROTECTED] wrote: I'd like to release the entire remote-resources set. That includes the plugin as well as the 3 resources bundles. There is a critical bug fix (MRRESOURCES-13) that has caused some problems for a couple of projects. Tags:

Re: [VOTE] Release maven-gpg-plugin 1.0-alpha-3

2007-03-05 Thread Arnaud HERITIER
+1 Arnaud On 3/5/07, Stephane Nicoll [EMAIL PROTECTED] wrote: +1 Stéphane On 3/5/07, Daniel Kulp [EMAIL PROTECTED] wrote: I'd like to release maven-gpg-plugin version 1.0-alpha-3 to address some issues in the previous release. Release Notes - Maven 2.x GPG Plugin - Version 1.0-alpha-3

Re: [VOTE] Release maven-shared-components pom 7

2007-03-05 Thread Arnaud HERITIER
+1 Arnaud On 3/5/07, Daniel Kulp [EMAIL PROTECTED] wrote: +1 Dan On Sunday 04 March 2007 18:54, Dennis Lundberg wrote: Hi The maven-shared-components pom needs to be released so that the shared components can take advantage of the new release tool chain. Revision: 514495 A

Re: [VOTE] Release maven-model-converter 2.1

2007-03-05 Thread Arnaud HERITIER
+1 Arnaud On 3/5/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: +1 Emmanuel Dennis Lundberg a écrit : Hi, I'd like to release maven-model-converter. The last release was 2.0.4. Back then it resided in maven components. It has now moved to maven shared. This release is a preparation for

Re: Authorization Error on Configuration page in 1.1 -

2007-03-05 Thread Thierry Lach
I'm still seeing the problem behavior. On 3/5/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: It should be fixed now, can you test it? Emmanuel Wendy Smoak a écrit : On 3/1/07, Thierry Lach [EMAIL PROTECTED] wrote: Using current sources patched for JBoss, I can't access the configuration

Re: [VOTE] Apache parent pom 4

2007-03-05 Thread Carlos Sanchez
Result: +1: 7 going for it On 3/2/07, Andrew Williams [EMAIL PROTECTED] wrote: +1 On 1 Mar 2007, at 17:22, Carlos Sanchez wrote: anything pending to do in the apache pom? there are some mistakes in the version 3 like organization name that propagates to all apache projects. -- I could

Re: forceVersion for maven-install-plugin?

2007-03-05 Thread Jason Dillon
No comments? Is there another way to get specific 'testing' versions of artifacts installed into the local repo before the install phase? --jason On 3/3/07, Jason Dillon [EMAIL PROTECTED] wrote: Any comments on adding a 'forceVersion' param to the maven-install- plugin, which will for all

Re: [vote-result] archetype was: svn commit: r514184 - /maven/sandbox/trunk/archetype/

2007-03-05 Thread Raphaël
Hi, To answer quickly, It is a revolution (little). The code is at the mojo sandbox for now (mojo-sandbox/maven-archetypeng). I just uploaded a first snapshot at the mojo's snapshot repository I sent a mail on [EMAIL PROTECTED] to start havign some feedback. Please have try on it and review the

Re: [VOTE] Release maven-gpg-plugin 1.0-alpha-3

2007-03-05 Thread Jason van Zyl
Did you get someone to try it on a MAC? If so then +1 On 5 Mar 07, at 11:23 AM 5 Mar 07, Daniel Kulp wrote: I'd like to release maven-gpg-plugin version 1.0-alpha-3 to address some issues in the previous release. Release Notes - Maven 2.x GPG Plugin - Version 1.0-alpha-3 ** Improvement

Re: [VOTE] maven-remote-resources-plugin 1.0-alpha-3 and resource bundles

2007-03-05 Thread Jason van Zyl
+1 On 5 Mar 07, at 12:19 PM 5 Mar 07, Daniel Kulp wrote: I'd like to release the entire remote-resources set. That includes the plugin as well as the 3 resources bundles. There is a critical bug fix (MRRESOURCES-13) that has caused some problems for a couple of projects. Tags:

Re: Authorization Error on Configuration page in 1.1 -

2007-03-05 Thread Emmanuel Venisse
What is the snapshot you test? Thierry Lach a écrit : I'm still seeing the problem behavior. On 3/5/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: It should be fixed now, can you test it? Emmanuel Wendy Smoak a écrit : On 3/1/07, Thierry Lach [EMAIL PROTECTED] wrote: Using current sources

Re: Being careful with backward compat

2007-03-05 Thread Brett Porter
I can't find or recall this - do you have a log/date? - Brett On 05/03/2007, at 7:46 AM, Brian E. Fox wrote: The lates plexus-utils blows up the testing harness too because it changes some of the core classes. I don't remember the exact compilation error, but I discussed with Brett on IRC.