Re: [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Olivier Lamy
+1 (IMHO we could change the name to at least beta as it works really fine :-) ). 2010/3/9 Benjamin Bentmann benjamin.bentm...@udo.edu: Hi, We solved 22 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16087 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread nicolas de loof
+1 Still partisant of a milestone naming convention to avoid assumptions on code quality and stability. 2010/3/10 Olivier Lamy ol...@apache.org +1 (IMHO we could change the name to at least beta as it works really fine :-) ). 2010/3/9 Benjamin Bentmann benjamin.bentm...@udo.edu: Hi,

Re : [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Julien HENRY
+1 And +1 to change alpha to something less frightening for corporate projects. rc, preview, or milestone would be fine. Thanks Julien - Message d'origine De : nicolas de loof nicolas.del...@gmail.com À : Maven Developers List dev@maven.apache.org Envoyé le : Mer 10 Mars 2010, 9

Re: Re : [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Kristian Rosenvold
+1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Re : [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Tamás Cservenák
+1 On Wed, Mar 10, 2010 at 10:18 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: +1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

RE: [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Nord, James
Hi all, This isn't new problem (was the same with the reactor plugin) but I think the message is new and incorrect which may lead to user confusion. In a multimodule build (mvn clean verify) if one module fails unit tests you get the following printed [ERROR] After correcting the problems,

Re: [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Arnaud Héritier
+1 Arnaud Héritier Software Factory Manager eXo platform - http://www.exoplatform.com --- http://www.aheritier.net On Wed, Mar 10, 2010 at 3:40 PM, Nord, James jn...@nds.com wrote: Hi all, This isn't new problem (was the same with the reactor plugin) but I think the message is new and

RE: preserving order of dependencies

2010-03-10 Thread Vladimir Jigounov
I'm using maven 2.2.1. Order of libraries on classpath does not match order of dependencies in pom.xml Is there any way to specify order of jar files in pom.xml? I understand that shuffling or jars makes you stronger, but still, Java is sensitive to order of libraries, why not support this in

Re: preserving order of dependencies

2010-03-10 Thread Justin Edelson
Maven has supported an ordered classpath for a while now (since 2.0.9 IIRC). Can you provide more details? Justin On Mar 10, 2010, at 5:14 PM, Vladimir Jigounov jigou...@gmail.com wrote: I'm using maven 2.2.1. Order of libraries on classpath does not match order of dependencies in pom.xml

Re: preserving order of dependencies

2010-03-10 Thread Brian Fox
Which classpath? The order should be as in your Pom followed by Parent Pom, Grandparent Pom etc. On Wed, Mar 10, 2010 at 5:14 PM, Vladimir Jigounov jigou...@gmail.com wrote: I'm using maven 2.2.1. Order of libraries on classpath does not match order of dependencies in pom.xml Is there any