Package org.apache.maven.plugins.ear
Class WsrModule
java.lang.Object
org.apache.maven.plugins.ear.AbstractEarModule
org.apache.maven.plugins.ear.RarModule
org.apache.maven.plugins.ear.WsrModule
- All Implemented Interfaces:
EarModule
The
EarModule implementation for a JBoss wsr module.- Author:
- brado@neurofire.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault type of the artifact of a JBoss wsr module.Fields inherited from class org.apache.maven.plugins.ear.AbstractEarModule
ALT_DD, altDeploymentDescriptor, bundleDir, bundleFileName, classPathItem, earExecutionContext, excluded, JAVA_MODULE, libDirectory, MODULE_ELEMENT, type, unpack -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugins.ear.RarModule
appendModuleMethods inherited from class org.apache.maven.plugins.ear.AbstractEarModule
changeManifestClasspath, getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getType, getUri, isClassPathItem, isExcluded, resolveArtifact, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor
-
Field Details
-
DEFAULT_ARTIFACT_TYPE
Default type of the artifact of a JBoss wsr module.- See Also:
-
-
Constructor Details
-
WsrModule
public WsrModule()Create an instance. -
WsrModule
public WsrModule(org.apache.maven.artifact.Artifact a) - Parameters:
a-Artifact
-