public abstract class AbstractInhabitantsGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CLASSES |
private boolean |
includeDate |
private java.lang.String |
locator |
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
private java.lang.String |
supportedProjectTypes |
private java.io.File |
targetDirectory |
private boolean |
verbose |
private static java.lang.String |
WAR_PACKAGING |
private static java.lang.String |
WEB_INF |
Constructor and Description |
---|
AbstractInhabitantsGeneratorMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
This method will compile the inhabitants file based on
the classes just compiled
|
private java.lang.String |
getBuildClasspath() |
protected abstract boolean |
getNoSwap() |
protected abstract java.io.File |
getOutputDirectory() |
protected boolean |
isWar() |
private static final java.lang.String WAR_PACKAGING
private static final java.lang.String WEB_INF
private static final java.lang.String CLASSES
private java.io.File targetDirectory
protected org.apache.maven.project.MavenProject project
private boolean verbose
private boolean includeDate
private java.lang.String locator
private java.lang.String supportedProjectTypes
protected abstract boolean getNoSwap()
protected abstract java.io.File getOutputDirectory()
protected boolean isWar()
public void execute() throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
private java.lang.String getBuildClasspath()