Package org.apache.maven.plugin.ear

Interface Summary
EarModule The ear module interface.
JbossEarModule Represents a JBoss specific ear module.
 

Class Summary
AbstractEarModule A base implementation of an EarModule.
AbstractEarMojo A base class for EAR-processing related tasks.
EarExecutionContext Contains various runtime parameters used to customize the generated EAR file.
EarModuleFactory Builds an EarModule based on an Artifact.
EarMojo Builds J2EE Enteprise Archive (EAR) files.
Ejb3Module Deprecated. ejb v3 is now properly handled by the standard ejb packaging type.
EjbClientModule The EarModule implementation for an ejb client module.
EjbModule The EarModule implementation for an EJB module.
GenerateApplicationXmlMojo A Mojo that 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
JarModule The EarModule implementation for a non J2EE module such as third party libraries.
JavaModule Deprecated. the name JavaModule is really confusing since it targets a third party library, use JarModule instead
ParModule The EarModule implementation for a Par module.
RarModule The EarModule implementation for an J2EE connector module.
SarModule The EarModule implementation for a JBoss sar module.
WebModule The EarModule implementation for a Web application module.
WsrModule The EarModule implementation for a JBoss wsr module.
 

Exception Summary
EarPluginException The base exception of the EAR plugin.
UnknownArtifactTypeException Thrown if an unknown artifact type is encountered.
 



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.