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

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

public class DirectoryMojo
extends AbstractDirectoryMojo

Assemble an application bundle or distribution from an assembly descriptor into the target directory structure but do not generate the final archive. This goal should be used from the command line, and if building a multimodule project it should be used from the root POM. It is the unarchived counterpart to assembly:assembly. Consider using assembly:directory-inline or assembly:directory-single for binding assembly generation to the lifecycle.


Field Summary
 
Fields inherited from class org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
appendAssemblyId, descriptor, descriptorId, filters
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DirectoryMojo()
           
 
Method Summary
 org.apache.maven.project.MavenProject getProject()
           
 
Methods inherited from class org.apache.maven.plugin.assembly.mojos.AbstractDirectoryMojo
execute
 
Methods inherited from class org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo
getArchiveBaseDirectory, getAssemblyArchiver, getAssemblyReader, getBasedir, getClassifier, getDescriptor, getDescriptorId, getDescriptorReferences, getDescriptors, getDescriptorSourceDirectory, getFilters, getFinalName, getJarArchiveConfiguration, getLocalRepository, getOutputDirectory, getProjectHelper, getReactorProjects, getRemoteRepositories, getSiteDirectory, getTarLongFileMode, getTemporaryRootDirectory, getWorkingDirectory, isAssemblyIdAppended, isSiteIncluded, setAppendAssemblyId, setArchive, setArchiveBaseDirectory, setAssemblyArchiver, setAssemblyReader, setBasedir, setClassifier, setDescriptor, setDescriptorId, setDescriptorRefs, setDescriptors, setDescriptorSourceDirectory, setFilters, setFinalName, 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

DirectoryMojo

public DirectoryMojo()
Method Detail

getProject

public org.apache.maven.project.MavenProject getProject()
Specified by:
getProject in interface AssemblerConfigurationSource
Specified by:
getProject in class AbstractAssemblyMojo


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