On Wed, Feb 11, 2009 at 9:19 AM, Terry Bell <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
