| 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().
|
| FileNameMappingFactory |
|
| FullFileNameMapping |
A full file name mapping, useful if artifacts might have the same name across groups.
|
| NoVersionFileNameMapping |
A simplified version of the standard file name mapping which does not retain the version in the generated file name.
|
| NoVersionForEjbFileNameMapping |
A more sophisticated file name mapping which retains the version only for library jars and leaves it out for for
ejb-jars.
|
| StandardFileNameMapping |
The standard file name mapping.
|