org.codehaus.cargo.maven2
Class AbstractUberWarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.cargo.maven2.AbstractUberWarMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- UberWarMojo
public abstract class AbstractUberWarMojo
- extends org.apache.maven.plugin.AbstractMojo
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
abstract void |
execute()
|
org.apache.maven.project.MavenProject |
getProject()
get the configured project |
void |
setProject(org.apache.maven.project.MavenProject project)
set the configured project |
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 |
AbstractUberWarMojo
public AbstractUberWarMojo()
execute
public abstract void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
- on error
getProject
public org.apache.maven.project.MavenProject getProject()
- get the configured project
- Returns:
- the maven project
setProject
public void setProject(org.apache.maven.project.MavenProject project)
- set the configured project
- Parameters:
project
- the project to use
Copyright © 2004-2012 Codehaus. All Rights Reserved.