Re: Maven Release Plugin Question

2009-08-11 Thread Brian Fox
You may want to take a look at the enforcer plugin and the rules, many of the release criteria checks are already implemented as enforcer rules. If you build something that could consume the enforcer rule api, that would be pretty handy at least for the validation parts of the release process. On

RE: Maven release plugin question

2007-10-23 Thread Brian E. Fox
Done. -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 3:54 PM To: Maven Developers List Cc: Brian E. Fox Subject: Re: Maven release plugin question I tested the plugin without the requiresDependencyResolution parameter, and it was still able

Re: Maven release plugin question

2007-10-23 Thread Paul Gier
I tested the plugin without the requiresDependencyResolution parameter, and it was still able to find test scope snapshots. So I don't think it needs that to find snapshot versions. I looked into the issue a bit more, and I was wrong about the cause of the problem. Maven tricked me! The iss

RE: Maven release plugin question

2007-10-22 Thread Brian E. Fox
Maybe they want to check that no test dependencies are snapshots either? -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 5:36 PM To: Maven Developers List Subject: Maven release plugin question Hi All, Does anyone know why the release plugin re