Re: How to update maven plugins

2006-05-24 Thread Wayne Fay
I completely agree with Mike. We use the pluginManagement node for this same purpose. Wayne On 5/24/06, Mike Perham <[EMAIL PROTECTED]> wrote: We put the explicit version for each plugin in our top-level POM and update them by hand as we need new features. A deterministic build process should

RE: How to update maven plugins

2006-05-24 Thread Mike Perham
We put the explicit version for each plugin in our top-level POM and update them by hand as we need new features. A deterministic build process should never use -U. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador Sent: Wednesday, May 24, 2006 2

Re: How to update maven plugins

2006-05-24 Thread Emmanuel Venisse
mvn -U is actually the best way because the plugin registry isn't optimal yet (http://maven.apache.org/guides/introduction/introduction-to-plugin-registry.html) and will be refactored in maven 2.1 and/or 2.2. File an issue and we'll look at it if possible when we'll implement continuum profile