org.apache.maven.plugin.ear
Class JavaModule
java.lang.Object
org.apache.maven.plugin.ear.AbstractEarModule
org.apache.maven.plugin.ear.JarModule
org.apache.maven.plugin.ear.JavaModule
- All Implemented Interfaces:
- EarModule
Deprecated. the name JavaModule is really confusing since it targets a
third party library, use JarModule
instead
public class JavaModule
- extends JarModule
The original EarModule
implementation
of a third party library.
- Version:
- $Id: JavaModule.java 746754 2009-02-22 16:21:05Z snicoll $
- Author:
- Stephane Nicoll
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarModule |
getAltDeploymentDescriptor, getArtifact, getArtifactId, getBundleDir, getBundleFileName, getClassifier, getGroupId, getLibDir, getModuleId, getUri, isExcluded, setEarExecutionContext, shouldUnpack, startModuleElement, toString, writeAltDeploymentDescriptor |
JavaModule
public JavaModule()
- Deprecated. use
org.apache.maven.plugin.ear.JavaModule#JarModule()
instead
JavaModule
public JavaModule(Artifact a,
String defaultLibBundleDir,
Boolean includeInApplicationXml)
- Deprecated. use
JarModule
instead
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.