Re: [mojo-dev] versions-maven-plugin has no impl for updatePropertyVersions

2014-02-04 Thread Stephane Nicoll
Okay, so I was able to hook that up pretty easily but the code looks a bit weird. It does what it should for me, even with complex cases... Does anybody has some time to look at the patch with me? It's missing integration tests obviously but there are a few constructs that I am not happy with and

Re: [mojo-dev] versions-maven-plugin has no impl for updatePropertyVersions

2014-02-04 Thread Stephane Nicoll
It feels to me that UpdatePropertiesMojo has all the necessary code to implement that (the only difference is that it takes the latest and not the one from the remote pom). I am looking if I can hook that up S. On Tue, Feb 4, 2014 at 12:33 PM, Stephane Nicoll wrote: > SVN says it is pgier (Paul

Re: [mojo-dev] versions-maven-plugin has no impl for updatePropertyVersions

2014-02-04 Thread Stephane Nicoll
SVN says it is pgier (Paul Gier). I am happy to implement it, I guess my question was more if this was left off because it turned out to be a gigantic nightmare to implement. I'll have a look. Thanks, S. On Tue, Feb 4, 2014 at 11:18 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote

Re: [mojo-dev] versions-maven-plugin has no impl for updatePropertyVersions

2014-02-04 Thread Stephen Connolly
You'd need to dig out who originally contributed that goal... they might remember. I know it was a goal I didn't write On 4 February 2014 10:03, Stephane Nicoll wrote: > Hi, > > I am looking at the versions-maven-plugin to force a build against a set > of "verified" dependencies. The idea is th

[mojo-dev] versions-maven-plugin has no impl for updatePropertyVersions

2014-02-04 Thread Stephane Nicoll
Hi, I am looking at the versions-maven-plugin to force a build against a set of "verified" dependencies. The idea is that a sub-project might declare some older dependencies for backward-compat reason but we still want to build the whole suite against a set of specific dependencies that would be a