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.AbstractMojoCommon mojo for Uberjar.
- 
- 
Constructor SummaryConstructors Constructor Description AbstractUberWarMojo()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidexecute()org.apache.maven.project.MavenProjectgetProject()Gets the configured project.voidsetProject(org.apache.maven.project.MavenProject project)Sets the configured project.
 
- 
- 
- 
Method Detail- 
executepublic abstract void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
- org.apache.maven.plugin.MojoExecutionException- on error
 
 - 
getProjectpublic org.apache.maven.project.MavenProject getProject() Gets the configured project.- Returns:
- the maven project
 
 - 
setProjectpublic void setProject(org.apache.maven.project.MavenProject project) Sets the configured project.- Parameters:
- project- the project to use
 
 
- 
 
-