Re: Reproducing maven builds versus auto updating maven

2006-10-03 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet > Sent: den 1 september 2006 10:44 > To: users@maven.apache.org > Subject: Re: Reproducing maven builds versus auto updating maven. > > Lock down all your plugin versions. > > 2.0-b

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Doug Douglass
s [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet > Sent: den 1 september 2006 10:44 > To: users@maven.apache.org > Subject: Re: Reproducing maven builds versus auto updating maven. > > Lock down all your plugin versions. > > 2.0-beta5 > ... > > Si

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Wayne Fay
tt -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet Sent: den 1 september 2006 10:44 To: users@maven.apache.org Subject: Re: Reproducing maven builds versus auto updating maven. Lock down all your plugin versions. 2.0-beta5 ... Since I 've don

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread berndq
Hi, looking at reproducable builds, I would consider auto updating of anything as a bug. WDYT? Bernd I recently gave a quick hands on introductions to Maven (v2) at the company I'm currently consulting at. The company is now interested in testing maven out in a project. There are two major an

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Scott Tailor
ache.org Subject: Re: Reproducing maven builds versus auto updating maven. Lock down all your plugin versions. 2.0-beta5 ... Since I 've done that I experience it as being much much more in control over the build process. When a new plugin is released, I change the version and test it locally f

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Geoffrey De Smet
Lock down all your plugin versions. 2.0-beta5 ... Since I 've done that I experience it as being much much more in control over the build process. When a new plugin is released, I change the version and test it locally first before committing it. Do a mvn -X install to find out which plugi

Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Scott Tailor
I recently gave a quick hands on introductions to Maven (v2) at the company I'm currently consulting at. The company is now interested in testing maven out in a project. There are two major and related concerns I have though with using maven: 1. Maven updates itself at a regular basis. Occ