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: PerformReleaseMojo.java 373746 2006-01-31 06:55:58Z dantran $
Author:
Emmanuel Venisse

Field Summary
protected  org.apache.maven.project.MavenProject project
           
protected  java.lang.String workingDirectory
           
 
Fields inherited from class org.apache.maven.plugins.release.AbstractReleaseMojo
basedir
 
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
getInputHandler, getScm, getSettings, removeReleaseProperties, setScmHelper, setScmManager
 
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 © 2002-2009 Apache Software Foundation. All Rights Reserved.