org.apache.maven.plugins.release
Class RollbackReleaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.release.AbstractReleaseMojo
org.apache.maven.plugins.release.AbstractScmReleaseMojo
org.apache.maven.plugins.release.RollbackReleaseMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="rollback",
aggregator=true)
public class RollbackReleaseMojo- extends AbstractScmReleaseMojo
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.java 1389085 2012-09-23 15:50:37Z rfscholte $
- Author:
- Edwin Punzalan
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
RollbackReleaseMojo
public RollbackReleaseMojo()
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 AbstractScmReleaseMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.