org.apache.maven.plugin.assembly.archive.phase
Class RepositoryAssemblyPhase

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.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 627874 2008-02-14 21:16:19Z jdcasey $

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.assembly.archive.phase.AssemblyArchiverPhase
ROLE
 
Constructor Summary
RepositoryAssemblyPhase()
           
RepositoryAssemblyPhase(org.apache.maven.shared.repository.RepositoryAssembler repositoryAssembler, DependencyResolver resolver)
           
 
Method Summary
 void execute(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
 

Constructor Detail

RepositoryAssemblyPhase

public RepositoryAssemblyPhase()

RepositoryAssemblyPhase

public RepositoryAssemblyPhase(org.apache.maven.shared.repository.RepositoryAssembler repositoryAssembler,
                               DependencyResolver resolver)
Method Detail

execute

public void execute(Assembly assembly,
                    org.codehaus.plexus.archiver.Archiver archiver,
                    AssemblerConfigurationSource configSource)
             throws ArchiveCreationException,
                    AssemblyFormattingException
Specified by:
execute in interface AssemblyArchiverPhase
Throws:
ArchiveCreationException
AssemblyFormattingException


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.