Uses of Interface
org.apache.maven.plugin.assembly.archive.phase.AssemblyArchiverPhase

Packages that use AssemblyArchiverPhase
org.apache.maven.plugin.assembly.archive   
org.apache.maven.plugin.assembly.archive.phase   
 

Uses of AssemblyArchiverPhase in org.apache.maven.plugin.assembly.archive
 

Constructor parameters in org.apache.maven.plugin.assembly.archive with type arguments of type AssemblyArchiverPhase
DefaultAssemblyArchiver(org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, DependencyResolver resolver, List<AssemblyArchiverPhase> assemblyPhases)
           
 

Uses of AssemblyArchiverPhase in org.apache.maven.plugin.assembly.archive.phase
 

Classes in org.apache.maven.plugin.assembly.archive.phase that implement AssemblyArchiverPhase
 class DependencySetAssemblyPhase
          Handles the top-level <dependencySets/> section of the assembly descriptor.
 class FileItemAssemblyPhase
          Handles the top-level <files/> section of the assembly descriptor.
 class FileSetAssemblyPhase
          Handles the <fileSets/> top-level section of the assembly descriptor.
 class ModuleSetAssemblyPhase
          Handles the <moduleSets/> top-level section of the assembly descriptor.
 class RepositoryAssemblyPhase
           
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.