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: DoxiaMojo.java 169372 2005-05-09 22:47:34Z evenisse $
Author:
Emmanuel Venisse

Field Summary
protected  org.apache.maven.project.MavenProject project
           
protected  java.lang.String workingDirectory
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
PerformReleaseMojo()
           
 
Method Summary
 void execute()
           
protected  ReleaseProgressTracker getReleaseProgress()
           
 
Methods inherited from class org.apache.maven.plugins.release.AbstractReleaseMojo
getScm
 
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
 

Field Detail

workingDirectory

protected java.lang.String workingDirectory

project

protected org.apache.maven.project.MavenProject project
Constructor Detail

PerformReleaseMojo

public PerformReleaseMojo()
Method Detail

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 2005 Apache Software Foundation. All Rights Reserved.