org.apache.maven.plugins.release
Class AbstractReleaseMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugins.release.AbstractReleaseMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
CleanReleaseMojo, PerformReleaseMojo, PrepareReleaseMojo

public abstract class AbstractReleaseMojo
extends org.apache.maven.plugin.AbstractMojo

Base class with shared configuration.

Author:
Brett Porter

Field Summary
protected  org.apache.maven.project.MavenProject project
           
protected  ReleaseManager releaseManager
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractReleaseMojo()
           
 
Method Summary
protected  ReleaseConfiguration createReleaseConfiguration()
           
 
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
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
 

Field Detail

project

protected org.apache.maven.project.MavenProject project

releaseManager

protected ReleaseManager releaseManager
Constructor Detail

AbstractReleaseMojo

public AbstractReleaseMojo()
Method Detail

createReleaseConfiguration

protected ReleaseConfiguration createReleaseConfiguration()


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.