Package | Description |
---|---|
org.apache.maven.plugin.ear | |
org.apache.maven.plugin.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 |
Ejb3Module
Deprecated.
ejb v3 is now properly handled by the standard ejb packaging type. use
EjbModule instead |
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 |
JavaModule
Deprecated.
the name JavaModule is really confusing since it targets a third party library, use
JarModule
instead |
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(Artifact artifact,
JavaEEVersion javaEEVersion,
String defaultLibBundleDir,
Boolean includeInApplicationXml,
ArtifactTypeMappingService typeMappingService)
|
Modifier and Type | Method and Description |
---|---|
protected List<EarModule> |
AbstractEarMojo.getModules() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<EarModule>> |
ModuleIdentifierValidator.getDuplicateArtifacts() |
List<EarModule> |
ModuleIdentifierValidator.getEarModules() |
Modifier and Type | Method and Description |
---|---|
ModuleIdentifierValidator |
ModuleIdentifierValidator.setEarModules(List<EarModule> paramEarModules) |
Constructor and Description |
---|
EarMavenArchiver(List<EarModule> earModules)
Creates an instance with the ear modules that will be packaged in the EAR archive.
|
ModuleIdentifierValidator(List<EarModule> earModules) |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.