org.apache.maven.plugins.release
Class PerformReleaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.release.AbstractReleaseMojo
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 373746 2006-01-31 06:55:58Z dantran $
- Author:
- Emmanuel Venisse
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 |
workingDirectory
protected java.lang.String workingDirectory
project
protected org.apache.maven.project.MavenProject project
PerformReleaseMojo
public PerformReleaseMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getReleaseProgress
protected ReleaseProgressTracker getReleaseProgress()
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
getReleaseProgress
in class AbstractReleaseMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.