You can hack together a new plugin pretty quickly that uses the
maven-release-manager components to achieve what you need.  We did this
in order to integrate a release mechanism into our Hudson build server. 

-----Original Message-----
From: Dan Tran [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 04, 2008 12:38 PM
To: Maven Users List
Subject: Re: Release Plugin - Using partial functionality of the prepare
goal

On Thu, Sep 4, 2008 at 8:58 AM, Scott Carter <[EMAIL PROTECTED]>
wrote:
> I am a newbie to using the release plugin, but I have a need to use
just
> part of the functionality of the release:prepare goal.  How can this
be
> done?  I have read the optional arguments and do not see a way to do
this.
> For example I might need to
>
> *  Just check that there are no snapshot dependencies without running
the
> rest of the logic

cant

> *  Run the release:prepare logic without updating the trunk pom
versions

-DdryRun=true

> *  Run just the tag logic
>

use maven-scm-plugin with scm:tag goal


> Are these things possible, and if so, please a little help on how to
do
> this.  I will not get into the philosophical reasoning for this, but
it is
> necessary to fit our internal process.  Thanks in advance for the
help.
>

---------------------------------------------------------------------
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