Interface | Description |
---|---|
EarModule |
The ear module interface.
|
JbossEarModule |
Represents a JBoss specific ear module.
|
Class | Description |
---|---|
AbstractEarModule |
A base implementation of an
EarModule . |
AbstractEarMojo |
A base class for EAR-processing related tasks.
|
AppClientModule |
The
EarModule implementation for an application client module. |
EarExecutionContext |
Contains various runtime parameters used to customize the generated EAR file.
|
EarModuleFactory |
Builds an
EarModule based on an Artifact . |
EarMojo |
Builds J2EE Enterprise Archive (EAR) files.
|
EjbClientModule |
The
EarModule implementation for an ejb client module. |
EjbModule |
The
EarModule implementation for an EJB module. |
EjbRef |
Representation of
ejb-ref element in application.xml file. |
GenerateApplicationXmlMojo |
Generates the EAR deployment descriptor file(s).
|
HarModule |
The
EarModule implementation for a JBoss Hibernate archive. |
HelpMojo |
Display help information on maven-ear-plugin.
Call mvn ear:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
JarModule |
The
EarModule implementation for a non J2EE module such as third party libraries. |
ParModule |
The
EarModule implementation for a Par module. |
RarModule |
The
EarModule implementation for an J2EE connector module. |
ResourceRef |
Representation of
resource-ref element in application.xml file. |
SarModule | |
WebModule |
The
EarModule implementation for a Web application module. |
WsrModule |
The
EarModule implementation for a JBoss wsr module. |
Exception | Description |
---|---|
EarPluginException |
The base exception of the EAR plugin.
|
UnknownArtifactTypeException |
Thrown if an unknown artifact type is encountered.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.