On Thu, Nov 6, 2008 at 8:03 PM, Brian Fox <[EMAIL PROTECTED]> wrote: > We're moving forward with the 2.0.10 RC process. We have have not > turned up any new issues within the Dev team, so as usual we're > widening our net. > > Here's the list of issues fixed in 2.0.10: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName > =Html&projectId=10500&Create=Create<http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName=Html&projectId=10500&Create=Create> > > And I've staged RC-2 here: > > http://people.apache.org/~brianf/staging-repository/org/apache/maven/apa > che-maven/2.0.10-RC2/<http://people.apache.org/~brianf/staging-repository/org/apache/maven/apache-maven/2.0.10-RC2/> >
It's probably too much work to contemplate, but it occurs to me that it would be nice to have a plugin that does this; a little like the way that the Maven Release plugin does a checkout in the target dir, and builds that, you could download a new release of Maven into the target dir, work off existing Maven settings (or some transformation of those settings) and build the project with the new release of Maven. e.g.: mvn ugprade:check -Dmaven.upgrade.goals=clean,install -Dmaven.upgrade.version=2.0.10-RC2 Anyway -- I certainly don't have the time to build that, but if someone did ... I'd use it. ;) - Geoffrey -- Geoffrey Wiseman
