Class and Description |
---|
org.apache.maven.plugin.ear.Ejb3Module
ejb v3 is now properly handled by the standard
ejb packaging type. use
EjbModule instead |
org.apache.maven.plugin.ear.JavaModule
the name JavaModule is really confusing since it targets a
third party library, use
JarModule instead |
Method and Description |
---|
org.apache.maven.plugin.ear.util.EarMavenArchiver.getManifest(MavenProject, MavenArchiveConfiguration) |
Constructor and Description |
---|
org.apache.maven.plugin.ear.JavaModule()
use
org.apache.maven.plugin.ear.JavaModule#JarModule() instead |
org.apache.maven.plugin.ear.JavaModule(Artifact, String, Boolean)
use
JarModule instead |
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.