org.apache.maven.plugin.assembly.mojos
Class AbstractDirectoryMojo

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

Deprecated.

@Deprecated
public abstract class AbstractDirectoryMojo
extends AbstractAssemblyMojo

Version:
$Id: AbstractDirectoryMojo.java 1002228 2010-09-28 15:51:25Z jdcasey $

Field Summary
 
Fields inherited from class org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
appendAssemblyId, descriptor, descriptorId, encoding, filters, ignoreMissingDescriptor
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractDirectoryMojo()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated. Create the binary distribution.
 
Methods inherited from class org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
getArchiveBaseDirectory, getArchiverConfig, getAssemblyArchiver, getAssemblyReader, getBasedir, getClassifier, getDescriptor, getDescriptorId, getDescriptorReferences, getDescriptors, getDescriptorSourceDirectory, getEncoding, getFilters, getFinalName, getJarArchiveConfiguration, getLocalRepository, getMavenFileFilter, getMavenSession, getOutputDirectory, getProject, getProjectHelper, getReactorProjects, getRemoteRepositories, getSiteDirectory, getTarLongFileMode, getTemporaryRootDirectory, getWorkingDirectory, isAssemblyIdAppended, isDryRun, isIgnoreDirFormatExtensions, isIgnoreMissingDescriptor, isIgnorePermissions, isSiteIncluded, isThisTheExecutionRoot, isUpdateOnly, isUseJvmChmod, setAppendAssemblyId, setArchive, setArchiveBaseDirectory, setAssemblyArchiver, setAssemblyReader, setBasedir, setClassifier, setDescriptor, setDescriptorId, setDescriptorRefs, setDescriptors, setDescriptorSourceDirectory, setFilters, setFinalName, setIgnoreMissingDescriptor, setIncludeSite, setLocalRepository, setOutputDirectory, setProjectHelper, setReactorProjects, setSiteDirectory, setTarLongFileMode, setTempRoot, setWorkDirectory
 
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()
Deprecated. 
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Deprecated. 
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-2011 The Apache Software Foundation. All Rights Reserved.