Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXY
]
maven-assembly-plugin - Maven Assembly Plugin
- Description:
The Assembly Plugin for Maven is primarily intended to allow
users to aggregate the project output along with its
dependencies, modules, site documentation, and other files
into a single distributable archive.
Your project can build distribution "assemblies" easily,
using one of the convenient, prefabricated assembly
descriptors. These descriptors handle many common operations,
such as packaging a project's artifact along with generated
documentation into a single zip archive. Alternatively, your
project can provide its own descriptor and assume a much
higher level of control over how dependencies, modules,
file-sets, and individual files are packaged in the assembly.
Currently it can create distributions in the following formats:
* zip
* tar.gz
* tar.bz2
* jar
* dir
* war
* and any other format that the ArchiveManager
has been configured for
Packages