org.apache.maven.plugin.assembly
Class AbstractDirectoryMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.assembly.AbstractUnpackingMojo
          extended by org.apache.maven.plugin.assembly.AbstractAssemblyMojo
              extended by org.apache.maven.plugin.assembly.AbstractDirectoryMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
DirectoryInlineMojo, DirectoryMojo

public abstract class AbstractDirectoryMojo
extends AbstractAssemblyMojo


Field Summary
 
Fields inherited from class org.apache.maven.plugin.assembly.AbstractAssemblyMojo
appendAssemblyId, descriptor, descriptorId, filters
 
Fields inherited from class org.apache.maven.plugin.assembly.AbstractUnpackingMojo
archiverManager, artifactResolver, classifier, EMPTY_STRING_ARRAY, finalName, localRepository, outputDirectory, project, projectModulesOnly, reactorProjects, workDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractDirectoryMojo()
           
 
Method Summary
 void execute()
          Create the binary distribution.
 
Methods inherited from class org.apache.maven.plugin.assembly.AbstractAssemblyMojo
createArchive, getDistributionName, processDependencySets, processFileList, processFileSets, readAssemblies
 
Methods inherited from class org.apache.maven.plugin.assembly.AbstractUnpackingMojo
getClassifier, getDependencies, getExecutedProject, getModules, unpack
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDirectoryMojo

public AbstractDirectoryMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Description copied from class: AbstractAssemblyMojo
Create the binary distribution.

Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractAssemblyMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


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