org.apache.maven.plugin.assembly.archive.phase
Class RepositoryAssemblyPhase
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugin.assembly.archive.phase.RepositoryAssemblyPhase
- All Implemented Interfaces:
- AssemblyArchiverPhase, org.codehaus.plexus.logging.LogEnabled
public class RepositoryAssemblyPhase
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements AssemblyArchiverPhase
- Version:
- $Id: RepositoryAssemblyPhase.java 728546 2008-12-21 22:56:51Z bentmann $
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 |
RepositoryAssemblyPhase
public RepositoryAssemblyPhase()
RepositoryAssemblyPhase
public RepositoryAssemblyPhase(org.apache.maven.shared.repository.RepositoryAssembler repositoryAssembler,
DependencyResolver resolver)
execute
public void execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
throws ArchiveCreationException,
AssemblyFormattingException,
InvalidAssemblerConfigurationException
- 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
AssemblyFormattingException
InvalidAssemblerConfigurationException
execute
public void execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
throws ArchiveCreationException,
AssemblyFormattingException,
InvalidAssemblerConfigurationException
- 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.context
- Context instance that contains the collected managed
versions for dependencies, and potentially any caches that
may be useful for the assembly process.
- Throws:
ArchiveCreationException
AssemblyFormattingException
InvalidAssemblerConfigurationException
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.