org.apache.maven.plugin.assembly
Class DirectoryMojo

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.AssemblyMojo
              extended by org.apache.maven.plugin.assembly.DirectoryMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class DirectoryMojo
extends AssemblyMojo

Assemble an application bundle or distribution.


Field Summary
 
Fields inherited from class org.apache.maven.plugin.assembly.AssemblyMojo
descriptor, descriptorId
 
Fields inherited from class org.apache.maven.plugin.assembly.AbstractUnpackingMojo
archiverManager, dependencies, EMPTY_STRING_ARRAY, finalName, outputDirectory, workDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DirectoryMojo()
           
 
Method Summary
 void execute()
          Create the binary distribution.
 
Methods inherited from class org.apache.maven.plugin.assembly.AssemblyMojo
createArchive, processDependencySets, processFileSets, readAssembly
 
Methods inherited from class org.apache.maven.plugin.assembly.AbstractUnpackingMojo
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

DirectoryMojo

public DirectoryMojo()
Method Detail

execute

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

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


Copyright 2005 Apache Software Foundation. All Rights Reserved.