RE: How to share and update maven?

2004-10-16 Thread Stefan Kleineikenscheidt
L PROTECTED] > Sent: Friday, October 15, 2004 10:01 PM > To: [EMAIL PROTECTED] > Subject: How to share and update maven? > > > I have a set of projects that will be worked on by multiple > developers. > How do I make sure everyone is using the same version of maven and i

Re: How to share and update maven?

2004-10-15 Thread Brett Porter
Hi, 1.0.1 is backwards compatible with 1.0, so you sohuldn't have any problems. Other than that, you need to control which one is run manually by changing MAVEN_HOME before running it. However, we'll always aim to make upgrading versions as seamless as possible. As far as sharing:I just provide

How to share and update maven?

2004-10-15 Thread Helck, Christopher
I have a set of projects that will be worked on by multiple developers. How do I make sure everyone is using the same version of maven and its various plugins? What I've done is checked maven into my souce control system and added it to my path. I'm expecting other developers to set their paths ac