Uses of Class
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo

Packages that use AbstractAssemblyMojo
org.apache.maven.plugin.assembly.mojos   
 

Uses of AbstractAssemblyMojo in org.apache.maven.plugin.assembly.mojos
 

Subclasses of AbstractAssemblyMojo in org.apache.maven.plugin.assembly.mojos
 class AbstractDirectoryMojo
           
 class AssemblyMojo
          Assemble an application bundle or distribution using an assembly descriptor from the command line.
 class AttachedAssemblyMojo
          Deprecated. Use goal: 'assembly' (from the command line) or 'single' (from a lifecycle binding) instead.
 class DirectoryInlineMojo
          Deprecated. Use goal: 'directory' (from the command line) or 'directory-single' (from a lifecycle binding) instead.
 class DirectoryMojo
          Like the assembly:attached goal, assemble an application bundle or distribution using an assembly descriptor from the command line.
 class DirectorySingleMojo
          Like the assembly:attached goal, assemble an application bundle or distribution from an assembly descriptor.
 class SingleAssemblyMojo
          Assemble an application bundle or distribution from an assembly descriptor.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.