RE: Which Maven to use when starting a new project?

2005-10-13 Thread Pilgrim, Peter
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== From: Pilgrim, Peter [EMAIL PROTECTED] Being new to Maven and with a copy of the O'Reilly book in front me I am looking at the Maven 1.0.2 release, and I am trying to convert a Ant project to Maven bit by

Re: Which Maven to use when starting a new project?

2005-10-12 Thread David Sag
I am about to start a new project and in prep have been coding up a few little test projects in order to evaluate Maven2 on the whole I am confident enough re Maven2 to push for it for my new project, but have resigned myself to writing a few plugins to make up for various missing bits also

RE: Which Maven to use when starting a new project?

2005-10-11 Thread Pilgrim, Peter
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 05:55 To: Maven Users List Subject: Re: Which Maven to use when starting a new project? From: Gregory Gerard [EMAIL PROTECTED] If you were to start a new project today (or refactor

Re: Which Maven to use when starting a new project?

2005-10-11 Thread Wendy Smoak
From: Pilgrim, Peter [EMAIL PROTECTED] Being new to Maven and with a copy of the O'Reilly book in front me I am looking at the Maven 1.0.2 release, and I am trying to convert a Ant project to Maven bit by bit. Do you have to maintain the Ant build? Can you move things around to suit Maven?

Re: Which Maven to use when starting a new project?

2005-10-10 Thread Wendy Smoak
From: Gregory Gerard [EMAIL PROTECTED] If you were to start a new project today (or refactor an existing build), which version of Maven would you choose? 1.1B* or Maven2 whatever-is-latest? Definitely Maven 2. From experience, the answer to quite a lot of m1 questions is, That's

Re: Which Maven to use when starting a new project?

2005-10-10 Thread Wendell Beckwith
I also agree, m2 is orders better than m1 IMHO. I did start a new project and was brave (i.e. stupid) enough to use the alpha releases on it. Now that we are in the beta's I haven't had to use snapshot builds as the betas now cover 95+% of what I need and the rest I can wait until the next beta.