RE: [ANN] Maven Doxia and Doxia Sitetools 1.0 Released

2009-03-01 Thread Mohan KR
So will the site plugin automatically pick this up? Thanks, mohan kr -Original Message- From: Dennis Lundberg [mailto:denn...@apache.org] Sent: Sunday, March 01, 2009 6:43 AM To: annou...@maven.apache.org; Maven Users List Cc: Maven Developers List Subject: [ANN] Maven Doxia and Doxia S

Re: decision on Doxia for 2.1.0?

2009-03-01 Thread Jason van Zyl
Why is Doxia dependent on MPIR? On 1-Mar-09, at 5:13 PM, Vincent Siveton wrote: 2009/3/1, Brian E. Fox : When can we get 1.1? I think 2.1.0 is essentially ready to go now. Ready, just waiting the release of MPIR so probably this week or this we. Cheers, Vincent

Re: decision on Doxia for 2.1.0?

2009-03-01 Thread Vincent Siveton
2009/3/1, Brian E. Fox : > When can we get 1.1? I think 2.1.0 is essentially ready to go now. Ready, just waiting the release of MPIR so probably this week or this we. Cheers, Vincent - To unsubscribe, e-mail: dev-unsubscr...@m

RE: MNG-4056, please comment

2009-03-01 Thread Brian E. Fox
Seems logical to me. I don't know why there are these special mappings in the first place. Sources is the other one that comes to mind... if true you should handle that the same. -Original Message- From: Benjamin Bentmann [mailto:benjamin.bentm...@udo.edu] Sent: Sunday, March 01, 2009 9:1

RE: decision on Doxia for 2.1.0?

2009-03-01 Thread Brian E. Fox
When can we get 1.1? I think 2.1.0 is essentially ready to go now. -Original Message- From: Hervé BOUTEMY [mailto:herve.bout...@free.fr] Sent: Sunday, March 01, 2009 2:44 PM To: Maven Developers List Subject: Re: decision on Doxia for 2.1.0? We made tests with Vincent today and found lit

Re: [VOTE] Release Maven Project Info Report Plugin version 2.2.1 (take two)

2009-03-01 Thread Vincent Siveton
Hi Dennis, We need to wait for Doxia Tools release... and MPIR-146 is a blocker issue. I prefer to release it as it and start a release 2.2.2 soon. Cheers, Vincent 2009/3/1 Dennis Lundberg : > Hi Vincent > > A bit late I know, but is there a chance that we could use Doxia and > Doxia Sitetools

Re: [VOTE] Release Maven ear plugin version 2.3.2

2009-03-01 Thread Arnaud HERITIER
I'm always surprised when I see new features or improvements in a bugs fix release but it's something we do often here :-(Perhaps it could be a 2.4 ? I'll try to test it tomorrow. cheers Arnaud On Sun, Mar 1, 2009 at 11:27 PM, Stephane Nicoll wrote: > Hi, > > We solved 14 issues: > > http://ji

[VOTE] Release Maven ear plugin version 2.3.2

2009-03-01 Thread Stephane Nicoll
Hi, We solved 14 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13023&styleName=Html&projectId=11132&Create=Create There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11132&status=1 Staging repo: https://repository

Re: stuck on gpg:sign while staging ear plugin

2009-03-01 Thread Stephane Nicoll
Forget it. Logout/Login fixed it but that was pretty weird. S. On Sun, Mar 1, 2009 at 11:16 PM, Stephane Nicoll wrote: > Right :) > > Ok, I've staged the release. I am trying to perform step 5 from ( > http://maven.apache.org/developers/release/releasing.html) and when I > right click on my stag

Re: stuck on gpg:sign while staging ear plugin

2009-03-01 Thread Stephane Nicoll
Right :) Ok, I've staged the release. I am trying to perform step 5 from ( http://maven.apache.org/developers/release/releasing.html) and when I right click on my staging profile to "finish" it, the app complains that "The server did not finish staging the profile" Now what? S. On Sun, Mar 1, 2

RE: stuck on gpg:sign while staging ear plugin

2009-03-01 Thread Brian E. Fox
Maybe it's waiting for the password? -Original Message- From: Stephane Nicoll [mailto:stephane.nic...@gmail.com] Sent: Sunday, March 01, 2009 10:57 AM To: Maven Developers List Subject: stuck on gpg:sign while staging ear plugin Hey guys, I am trying to stage EAR plugin 2.3.2 before cal

Re: decision on Doxia for 2.1.0?

2009-03-01 Thread Hervé BOUTEMY
We made tests with Vincent today and found little problems with backward compatibility that Vincent fixed immediately. Now everything is ok for me. I tested Modello's site with success: MPIR, PMD, Checkstyle, Surefire and taglist reports were fine (after the fixes...). I'm now confident that thi

Re: svn commit: r747966 - in /maven/plugins/trunk/maven-ejb-plugin/src: main/java/org/apache/maven/plugin/ejb/EjbMojo.java test/java/org/apache/maven/plugin/ejb/EjbMojoTest.java

2009-03-01 Thread Benjamin Bentmann
Dennis Lundberg wrote: Something like this instead then? -projectHelper.attachArtifact( project, "ejb-client", "client", clientJarFile ); +if ( classifier != null ) +{ +projectHelper.attachArtifact( project, "ejb-client", classifier + "-clien

Re: decision on Doxia for 2.1.0?

2009-03-01 Thread Dennis Lundberg
This sound like a good plan to me. Release Doxia 1.1 and put it into 2.1.0. If things start to go horribly wrong pull it out again. Brett Porter wrote: > Hi, > > So I did additional testing and while there is no way to do the > separation without busting things up at this stage, upgrading to Doxi

Re: [VOTE] Release Maven Project Info Report Plugin version 2.2.1 (take two)

2009-03-01 Thread Dennis Lundberg
Hi Vincent A bit late I know, but is there a chance that we could use Doxia and Doxia Sitetools 1.0 in this release? If not we can do another minor release a little later. Vincent Siveton wrote: > Hi, > > This is a maintenance release due to MPIR-146. > > We solved 6 issues: > http://jira.codeh

Re: svn commit: r747966 - in /maven/plugins/trunk/maven-ejb-plugin/src: main/java/org/apache/maven/plugin/ejb/EjbMojo.java test/java/org/apache/maven/plugin/ejb/EjbMojoTest.java

2009-03-01 Thread Dennis Lundberg
Benjamin Bentmann wrote: > Hi Dennis, Hi >> Author: dennisl >> Date: Wed Feb 25 23:32:52 2009 >> New Revision: 747966 >> >> URL: http://svn.apache.org/viewvc?rev=747966&view=rev >> Log: >> [MEJB-32] Add set classifier to client classifier >> Submitted by: David Siefert >> Reviewed by: Dennis Lund

stuck on gpg:sign while staging ear plugin

2009-03-01 Thread Stephane Nicoll
Hey guys, I am trying to stage EAR plugin 2.3.2 before calling for a vote. I've followed everything as described on[1] but the mvn process is stuck on the gpg sign goal [INFO] [INFO] [gpg:sign {execution: default}] I have MacOS 10.5.6 with maven 2.0.9 and gpg 1.4.9 snic...@cobra:~$ gpg --versio

MNG-4056, please comment

2009-03-01 Thread Benjamin Bentmann
Hi, I recently created a patch for MNG-4056 and would appreciate some comments whether that's the proper way to address the issue. In short, this issue is about the subtle difference between gid aid 0.1 tests and gid aid 0.1 test-jar i.e. test-ja

[VOTE] Release Maven Doxia Tools version 1.0.2

2009-03-01 Thread Dennis Lundberg
Hi, Another step in the Doxia Release Plan: http://docs.codehaus.org/display/MAVEN/Doxia+Release+Plan We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=14950 The most notable fix is http://jira.codehaus.org/browse/MSHARED-83 which solves

[ANN] Maven Doxia and Doxia Sitetools 1.0 Released

2009-03-01 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven Doxia and Doxia Sitetools, version 1.0. http://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 1.0 ** Task * [DOXIA-254] - Using the last version of modello-maven-plugin Release Notes - Maven Doxia Sitetools - Versio

[RESULT] [VOTE] Release Maven Doxia Sitetools version 1.0

2009-03-01 Thread Dennis Lundberg
Hi, The vote has passed with the following result: +1 (binding): Vincent Siveton, Dennis Lundberg, Olivier Lamy, Hervé Boutemy, Lukas Theussl I will promote the artifacts to the central repo. Dennis Lundberg wrote: > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa