@Component(role=AssemblyArchiverPhase.class, hint="dependency-sets") public class DependencySetAssemblyPhase extends org.codehaus.plexus.logging.AbstractLogEnabled implements AssemblyArchiverPhase
ROLE| Constructor and Description |
|---|
DependencySetAssemblyPhase() |
DependencySetAssemblyPhase(MavenProjectBuilder projectBuilder,
org.codehaus.plexus.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Assembly assembly,
Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor.
|
public DependencySetAssemblyPhase()
public DependencySetAssemblyPhase(MavenProjectBuilder projectBuilder, org.codehaus.plexus.logging.Logger logger)
public void execute(Assembly assembly, Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context) throws ArchiveCreationException, AssemblyFormattingException, InvalidAssemblerConfigurationException
execute in interface AssemblyArchiverPhaseassembly - The assembly descriptor to usearchiver - The archiver used to create the assembly archive, to which files/directories/artifacts are addedconfigSource - The configuration for this assembly build, normally derived from the plugin that launched the assembly
process.ArchiveCreationExceptionAssemblyFormattingExceptionInvalidAssemblerConfigurationExceptionCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.