I don't see how you can automate the flipping in the release, other
than to flip to a timestamped snapshot, but I don't recommend that.

You are probably better to write a plugin to flip them all to
snapshots, which should be something that cruisecontrol can do. The
trick is that you will need to make sure if the project.xml changes,
CC can still handle that, and doesn't avoid an update because the file
is locally modified.

Let us know how this goes - I've been meaning to add this to Maven itself.

Cheers,
Brett

On Sat, 25 Sep 2004 12:37:30 -0400, STRAYER, JON (SBCSI) <[EMAIL PROTECTED]> wrote:
> Before each release I resolve each snapshot dependency to a specific
> release.  After the release I change them back to SNAPSHOT (so CruiseControl
> is going integration builds).
> 
> That's a lot of back and forth editing.  Is there a simpler way?  I guess a
> could write a plugin to change all the dependencies tagged with a particular
> property to SNAPSHOT.  Is there an easier way?
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to