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