Class DefaultAssemblyArchiver

java.lang.Object
org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver
All Implemented Interfaces:
AssemblyArchiver

@Named public class DefaultAssemblyArchiver extends Object implements AssemblyArchiver
Controller component designed to organize the many activities involved in creating an assembly archive. This includes locating and configuring Archiver instances, executing multiple .archive.phase.AssemblyArchiverPhase instances to interpret the various sections of the assembly descriptor and determine which files to add, and other associated activities.