Package | Description |
---|---|
org.apache.maven.plugins.ear | |
org.apache.maven.plugins.ear.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEarModule
A base implementation of an
EarModule . |
class |
AppClientModule
The
EarModule implementation for an application client module. |
class |
EjbClientModule
The
EarModule implementation for an ejb client module. |
class |
EjbModule
The
EarModule implementation for an EJB module. |
class |
HarModule
The
EarModule implementation for a JBoss Hibernate archive. |
class |
JarModule
The
EarModule implementation for a non J2EE module such as third party libraries. |
class |
ParModule
The
EarModule implementation for a Par module. |
class |
RarModule
The
EarModule implementation for an J2EE connector module. |
class |
SarModule |
class |
WebModule
The
EarModule implementation for a Web application module. |
class |
WsrModule
The
EarModule implementation for a JBoss wsr module. |
Modifier and Type | Method and Description |
---|---|
static EarModule |
EarModuleFactory.newEarModule(org.apache.maven.artifact.Artifact artifact,
JavaEEVersion javaEEVersion,
String defaultLibBundleDir,
Boolean includeInApplicationXml,
ArtifactTypeMappingService typeMappingService)
Creates a new
EarModule based on the specified Artifact and the specified execution
configuration. |
Modifier and Type | Method and Description |
---|---|
protected List<EarModule> |
AbstractEarMojo.getAllEarModules() |
protected List<EarModule> |
AbstractEarMojo.getModules() |
protected List<EarModule> |
AbstractEarMojo.getProvidedEarModules() |
Constructor and Description |
---|
EarMavenArchiver(List<EarModule> earModules)
Creates an instance with the ear modules that will be packaged in the EAR archive.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.