Re: Available versions of MavenProject's parent

2008-08-12 Thread Stephen Connolly
Have a look especially at: the findLatestVersion( Artifact, VersionRange ) method in http://svn.codehaus.org/mojo/trunk/sandbox/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java and the mojo

Re: Available versions of MavenProject's parent

2008-08-12 Thread sverhagen
Well, this is actually exactly the functionality that I'm aiming at. Well, almost, I suppose. So, too bad that I was not able to google this up myself, and that it's in such a poor, abandonned state. This sort of functionality seems crucial to me, if you're doing a lot of multi-module release

Re: Available versions of MavenProject's parent

2008-08-12 Thread Stephen Connolly
On Tue, Aug 12, 2008 at 11:22 AM, sverhagen [EMAIL PROTECTED] wrote: Well, this is actually exactly the functionality that I'm aiming at. Well, almost, I suppose. So, too bad that I was not able to google this up myself, and that it's in such a poor, abandonned state. Whadya mean? Ehh I

Re: Available versions of MavenProject's parent

2008-08-12 Thread sverhagen
Stephen Connolly-2 wrote: On Tue, Aug 12, 2008 at 11:22 AM, sverhagen [EMAIL PROTECTED] wrote: So, too bad that I was not able to google this up myself, and that it's in such a poor, abandonned state. Whadya mean? Ehh I only released it into sandbox yesterday! It's only a couple

Re: Available versions of MavenProject's parent

2008-08-11 Thread Stephen Connolly
have a look at http://mojo.codehaus.org/versions-maven-plugin. It does just what you describe On Mon, Aug 11, 2008 at 11:00 PM, sverhagen [EMAIL PROTECTED] wrote: Hi, I'm trying to make a little plugin. I know how to get the reactor's MavenProject's in there, and now I want to query these