|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.ear.AbstractEarMojo
public abstract class AbstractEarMojo
A base class for EAR-processing related tasks.
| Field Summary | |
|---|---|
static String |
APPLICATION_XML_URI
|
protected org.codehaus.plexus.configuration.PlexusConfiguration |
artifactTypeMappings
The artifact type mappings. |
protected String |
defaultLibBundleDir
The default bundle dir for libraries. |
protected String |
encoding
Character encoding for the auto-generated deployment file(s). |
protected String |
generatedDescriptorLocation
Directory where the deployment descriptor file(s) will be auto-generated. |
static String |
META_INF
|
protected MavenProject |
project
The maven project. |
static String |
UTF_8
|
protected String |
version
The version of the application.xml to generate. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractEarMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
protected org.apache.maven.plugin.ear.JbossConfiguration |
getJbossConfiguration()
|
protected List<EarModule> |
getModules()
|
protected MavenProject |
getProject()
|
protected File |
getWorkDirectory()
|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String APPLICATION_XML_URI
public static final String META_INF
public static final String UTF_8
protected String version
protected String encoding
protected String generatedDescriptorLocation
protected MavenProject project
protected org.codehaus.plexus.configuration.PlexusConfiguration artifactTypeMappings
protected String defaultLibBundleDir
| Constructor Detail |
|---|
public AbstractEarMojo()
| Method Detail |
|---|
public void execute()
throws MojoExecutionException,
MojoFailureException
MojoExecutionException
MojoFailureExceptionprotected List<EarModule> getModules()
protected MavenProject getProject()
protected File getWorkDirectory()
protected org.apache.maven.plugin.ear.JbossConfiguration getJbossConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||