You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Terry Bell <tb...@selkirksystems.com> on 2009/02/11 17:19:39 UTC

Maven Release Plugin

Is there any way to stop the release:perform from generating any  
reports at all?

I would looking for an option that just does the subversion tagging  
commits, and the artifactory uploads.

-tb

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Release Plugin

Posted by Wendy Smoak <ws...@gmail.com>.
On Wed, Feb 11, 2009 at 9:19 AM, Terry Bell <tb...@selkirksystems.com> wrote:
> Is there any way to stop the release:perform from generating any reports at
> all?
>
> I would looking for an option that just does the subversion tagging commits,
> and the artifactory uploads.

By default, release:perform will do 'deploy site-deploy' if you have a
distributionManagement/site/url configured.

http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html

If you're trying to avoid the 'site-deploy', configure the plugin to
only run 'deploy'.

There's an example of changing the goals here:
http://maven.apache.org/plugins/maven-release-plugin/examples/perform-release.html

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Release Plugin

Posted by Markku Saarela <ma...@iki.fi>.
Hi,

configure release plugin  goals element  as described in 
http://maven.apache.org/plugins/maven-release-plugin/examples/perform-release.html

- markku

Terry Bell wrote:
> Is there any way to stop the release:perform from generating any 
> reports at all?
>
> I would looking for an option that just does the subversion tagging 
> commits, and the artifactory uploads.
>
> -tb
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org