Package org.codehaus.cargo.maven3
Class AbstractUberWarMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.cargo.maven3.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
Common mojo for Uberjar.
-
-
Constructor Summary
Constructors Constructor Description AbstractUberWarMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
execute()
org.apache.maven.project.MavenProject
getProject()
Gets the configured project.void
setProject(org.apache.maven.project.MavenProject project)
Sets the configured project.
-
-
-
Method Detail
-
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()
Gets the configured project.- Returns:
- the maven project
-
setProject
public void setProject(org.apache.maven.project.MavenProject project)
Sets the configured project.- Parameters:
project
- the project to use
-
-