Class Summary |
AbstractAssemblyMojo |
|
AbstractDirectoryMojo |
|
AssemblyMojo |
Assemble an application bundle or distribution using an assembly descriptor from the command line. |
AttachedAssemblyMojo |
Deprecated. Use goal: 'assembly' (from the command line) or 'single' (from a lifecycle binding) instead. |
DirectoryInlineMojo |
Deprecated. Use goal: 'directory' (from the command line) or 'directory-single' (from a lifecycle binding) instead. |
DirectoryMojo |
Like the assembly:attached goal, assemble an application bundle
or distribution using an assembly descriptor from the command line. |
DirectorySingleMojo |
Like the assembly:attached goal, assemble an application bundle
or distribution from an assembly descriptor. |
SingleAssemblyMojo |
Assemble an application bundle or distribution from an assembly descriptor. |
UnpackMojo |
Deprecated. Use org.apache.maven.plugins:maven-dependency-plugin goal: unpack or unpack-dependencies instead. |