| Package | Description |
|---|---|
| org.apache.maven.plugin.ear | |
| org.apache.maven.plugin.ear.output |
| Modifier and Type | Method and Description |
|---|---|
FileNameMapping |
EarExecutionContext.getFileNameMapping() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileNameMapping
A base class used to generate the standard name of an artifact instead of relying on the (potentially) wrong file
name provided by
Artifact.getFile(). |
class |
FullFileNameMapping
A full file name mapping, useful if artifacts might have the same name across groups.
|
class |
NoVersionFileNameMapping
A simplified version of the standard file name mapping which does not retain the version in the generated file name.
|
class |
NoVersionForEjbFileNameMapping
A more sophisticated file name mapping which retains the version only for library jars and leaves it out for for
ejb-jars.
|
class |
StandardFileNameMapping
The standard file name mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static FileNameMapping |
FileNameMappingFactory.getDefaultFileNameMapping() |
static FileNameMapping |
FileNameMappingFactory.getFileNameMapping(String nameOrClass)
Returns the file name mapping implementation based on a logical name of a fully qualified name of the class.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.