org.apache.maven.plugins.release
Class PerformReleaseMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugins.release.AbstractReleaseMojo
          extended by org.apache.maven.plugins.release.PerformReleaseMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class PerformReleaseMojo
extends AbstractReleaseMojo

Perform a release from SCM

Version:
$Id: PerformReleaseMojo.java 540603 2007-05-22 14:49:35Z evenisse $
Author:
Emmanuel Venisse, Brett Porter

Field Summary
 
Fields inherited from class org.apache.maven.plugins.release.AbstractReleaseMojo
basedir, project, reactorProjects, releaseManager, settings
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
PerformReleaseMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.maven.plugins.release.AbstractReleaseMojo
createReleaseDescriptor, getReactorProjects, setBasedir
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformReleaseMojo

public PerformReleaseMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractReleaseMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.