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, ContextEnabled, Mojo
Direct Known Subclasses:
DirectoryInlineMojo, DirectoryMojo, DirectorySingleMojo

Deprecated.

@Deprecated
public abstract class AbstractDirectoryMojo
extends AbstractAssemblyMojo

Version:
$Id: AbstractDirectoryMojo.java 1639422 2014-11-13 18:08:07Z krosenvold $

Field Summary
 
Fields inherited from class org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
commanndLinePropertiesInterpolator, envInterpolator, mainProjectInterpolator, rootInterpolator
 
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, getBasedir, getClassifier, getCommandLinePropsInterpolator, getDelimiters, getDescriptor, getDescriptorId, getDescriptorReferences, getDescriptors, getDescriptorSourceDirectory, getEncoding, getEnvInterpolator, getEscapeString, getFilters, getFinalName, getJarArchiveConfiguration, getLocalRepository, getMainProjectInterpolator, getMavenReaderFilter, getMavenSession, getOutputDirectory, getProject, getProjectHelper, getReactorProjects, getRemoteRepositories, getRepositoryInterpolator, getSiteDirectory, getTarLongFileMode, getTemporaryRootDirectory, getWorkingDirectory, isAssemblyIdAppended, isDryRun, isIgnoreDirFormatExtensions, isIgnoreMissingDescriptor, isIgnorePermissions, isIncludeProjectBuildFilters, isSiteIncluded, isUpdateOnly, isUseJvmChmod, mainProjectInterpolator, setAppendAssemblyId, setArchive, setBasedir, setClassifier, setDelimiters, 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 MojoExecutionException,
                    MojoFailureException
Deprecated. 
Description copied from class: AbstractAssemblyMojo
Create the binary distribution.

Specified by:
execute in interface Mojo
Overrides:
execute in class AbstractAssemblyMojo
Throws:
MojoExecutionException
MojoFailureException


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.