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