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

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by 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


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)
           
 
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)
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-2011 Apache Software Foundation. All Rights Reserved.