Re: Reproducing maven builds versus auto updating maven

2006-10-03 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
: 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. plugin groupId... artifactId... version2.0-beta5/version ... Since I 've done that I experience it as being much much more

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.

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Geoffrey De Smet
Lock down all your plugin versions. plugin groupId... artifactId... version2.0-beta5/version ... 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

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Scott Tailor
maven builds versus auto updating maven. Lock down all your plugin versions. plugin groupId... artifactId... version2.0-beta5/version ... 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

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

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Wayne Fay
[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. plugin groupId... artifactId... version2.0-beta5/version ... Since I 've

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Doug Douglass
@maven.apache.org Subject: Re: Reproducing maven builds versus auto updating maven. Lock down all your plugin versions. plugin groupId... artifactId... version2.0-beta5/version ... Since I 've done that I experience it as being much much more in control over the build process. When a new