org.apache.maven.plugin.assembly.archive.phase
Class FileSetAssemblyPhase
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugin.assembly.archive.phase.FileSetAssemblyPhase
- All Implemented Interfaces:
- AssemblyArchiverPhase, PhaseOrder, org.codehaus.plexus.logging.LogEnabled
@Component(role=AssemblyArchiverPhase.class,
hint="file-sets")
public class FileSetAssemblyPhase
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements AssemblyArchiverPhase, PhaseOrder
Handles the <fileSets/> top-level section of the assembly descriptor.
- Version:
- $Id: FileSetAssemblyPhase.java 1640245 2014-11-17 22:23:49Z hboutemy $
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSetAssemblyPhase
public FileSetAssemblyPhase()
execute
public void execute(@Nonnull
Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
throws ArchiveCreationException,
AssemblyFormattingException
- Handle the associated section of the assembly descriptor.
- Specified by:
execute
in interface AssemblyArchiverPhase
- Parameters:
assembly
- 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.
- Throws:
ArchiveCreationException
- in case of an archive creation error.
AssemblyFormattingException
- in case of a assembly formatting exception.
order
public int order()
- Specified by:
order
in interface PhaseOrder
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.