you can write a mojo to invoke release:prepare and then release:prepare.
use plexus-util's CLI interface to invoke those 2 mvn commands
-D
On 3/22/06, Alex Boisvert <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm wondering if anybody has experience to share about setting up
> Continuum for doing Maven2 releases (I'm assuming using a manual trigger)
>
> I'm thinking specifically about something like:
>
> mvn release:prepare
> if ( release:prepare successful ) {
> mvn release:perform
> }
> cleanup work area
>
> Any ideas?
>
> alex
>
>
>
>
>