Package org.apache.axis2.maven2.mar
Class AbstractMarMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven2.mar.AbstractMarMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
MarExplodedMojo,MarInPlaceMojo,MarMojo
public abstract class AbstractMarMojo extends org.apache.maven.plugin.AbstractMojoAbstract base class of all the mojos in the axis2-mar-maven-plugin.
-
-
Field Summary
Fields Modifier and Type Field Description protected FilebaseDirThe projects base directory.protected FilemarDirectoryThe directory where the mar is built.protected org.apache.maven.project.MavenProjectprojectThe maven project.
-
Constructor Summary
Constructors Constructor Description AbstractMarMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildExplodedMar()Builds the exploded mar file.-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-