org.apache.maven.plugin.assembly.archive.phase
Class DependencySetAssemblyPhase
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugin.assembly.archive.phase.DependencySetAssemblyPhase
- All Implemented Interfaces:
- AssemblyArchiverPhase, org.codehaus.plexus.logging.LogEnabled
public class DependencySetAssemblyPhase
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements AssemblyArchiverPhase
Method Summary |
void |
execute(org.apache.maven.plugin.assembly.model.Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
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 |
DependencySetAssemblyPhase
public DependencySetAssemblyPhase()
DependencySetAssemblyPhase
public DependencySetAssemblyPhase(org.apache.maven.project.MavenProjectBuilder projectBuilder,
DependencyResolver dependencyResolver,
org.codehaus.plexus.logging.Logger logger)
execute
public void execute(org.apache.maven.plugin.assembly.model.Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
throws ArchiveCreationException,
AssemblyFormattingException,
InvalidAssemblerConfigurationException
- Specified by:
execute
in interface AssemblyArchiverPhase
- Throws:
ArchiveCreationException
AssemblyFormattingException
InvalidAssemblerConfigurationException
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.