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: Continuum build for the gentoo distribution

2006-05-24 Thread Emmanuel Venisse
We don't use Gentoo but we'll be happy if you can create it ;-) Emmanuel Srepfler Srgjan a écrit : Hi, is there some developer that knows the gentoo portage system and that can produce a gentoo ebuild for the continuum server? We'd be really happy to see continuum on Gentoo. Srgjan

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

Re: CVS Checkout fails with "Username isn't defined."

2006-05-24 Thread Emmanuel Venisse
Your scm url seems to be valid. Paste your error. Emmanuel ertnutler a écrit : Hey, all. I can't for the life of me figure out why the CVS SCM provider can't check out my source files from CVS. I noticed in a couple prior posts that the CVSNT executable requires a login from the same shell pr