btw forgive my iPod typo of <% and not <? for the processing instruction

Sent from my iPod

On 9 Oct 2008, at 22:04, Stephen Connolly <[EMAIL PROTECTED] > wrote:

I've had a brainwave for my trusty versions-maven-plugin

I'm toyong with using processing instructions to define regions of dependencies for updating

inside the region you can specify versions as normal with or without ranges. but a special mojo will look for updates according to rules defined in the processing instruction

so for example

<dependencies>
<%versions-maven-plugin update-range=[,2.0-!) %>
<dependency>
...
<version>[1.0,)</version>

would get the lower bound increased if a newer version than 1.0 is available as long as that version is less than 2.0

Sent from my iPod

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to