The release plugin uses JDOM, not modello so whatever it leaves in it's node tree will remain.

On 10/10/2008, at 9:12 AM, Stephen Connolly wrote:

I'm more concerned with the release plugin....

But I to am suspecting that modello might eat them for dinner.

I know versions-maven-plugin will leave the XML as is

2008/10/9 Brett Porter <[EMAIL PROTECTED]>:
I'd expect anything that rewrites the pom.xml will probably dump those, but
you'd have to try it to find out.

On 10/10/2008, at 8:04 AM, Stephen Connolly 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]


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


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



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


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


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

Reply via email to