Uses of Class
org.apache.maven.plugin.ear.output.AbstractFileNameMapping
-
Packages that use AbstractFileNameMapping Package Description org.apache.maven.plugin.ear.output -
-
Uses of AbstractFileNameMapping in org.apache.maven.plugin.ear.output
Subclasses of AbstractFileNameMapping in org.apache.maven.plugin.ear.output Modifier and Type Class Description classFullFileNameMappingA full file name mapping, useful if artifacts might have the same name across groups.classNoVersionFileNameMappingA simplified version of the standard file name mapping which does not retain the version in the generated file name.classNoVersionForEjbFileNameMappingA more sophisticated file name mapping which retains the version only for library jars and leaves it out for for ejb-jars.classStandardFileNameMappingThe standard file name mapping.
-