org.apache.maven.plugins.release
Class CleanReleaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.release.AbstractReleaseMojo
org.apache.maven.plugins.release.CleanReleaseMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CleanReleaseMojo
- extends AbstractReleaseMojo
Clean up after a release preparation. This is done automatically after a successful release:perform,
so is best served for cleaning up a failed or abandoned release, or a dry run. Note that only the working copy
is cleaned up, no previous steps are rolled back.
For more info see http://maven.apache.org/plugins/maven-release-plugin/examples/clean-release.html.
- Version:
- $Id: CleanReleaseMojo.java 1001691 2010-09-27 12:04:15Z brett $
- Author:
- Brett Porter
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 |
CleanReleaseMojo
public CleanReleaseMojo()
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-2012 Apache Software Foundation. All Rights Reserved.