org.apache.maven.plugins.release
Class RollbackReleaseMojo

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.RollbackReleaseMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class RollbackReleaseMojo
extends AbstractReleaseMojo

Rollback changes made by a previous release. This requires that the previous release descriptor release.properties is still available in the local working copy. For more info see http://maven.apache.org/plugins/maven-release-plugin/examples/rollback-release.html.

Since:
2.0-beta-5
Version:
$Id: RollbackReleaseMojo.html 816536 2012-05-08 11:41:06Z hboutemy $
Author:
Edwin Punzalan
Aggregates the Maven project and its child modules.
Is defined by the goal name:
rollback

Field Summary
 
Fields inherited from class org.apache.maven.plugins.release.AbstractReleaseMojo
basedir, javaHome, localRepoDirectory, mavenExecutorId, mavenHome, project, reactorProjects, releaseManager, session, settings
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RollbackReleaseMojo()
           
 
Method Summary
 void execute()
          
 
Methods inherited from class org.apache.maven.plugins.release.AbstractReleaseMojo
addArgument, createReleaseDescriptor, getAdditionalProfiles, getReactorProjects, getReleaseEnvironment, mergeCommandLineConfig, 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

RollbackReleaseMojo

public RollbackReleaseMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException

Specified by:
execute in interface Mojo
Overrides:
execute in class AbstractReleaseMojo
Throws:
MojoExecutionException
MojoFailureException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.