Goals available:
| Goal | Description |
|---|---|
| assembly:assembly | Assemble an application bundle or distribution from an assembly descriptor. |
| assembly:attached | Assemble an application bundle or distribution from an assembly descriptor. Do not specify a phase, so make it usable in a reactor environment where forking would create issues. |
| assembly:directory-inline | Assemble an application bundle or distribution from an assembly descriptor without launching a parallel lifecycle build. |
| assembly:directory | Assemble an application bundle or distribution. |
| assembly:single | Assemble an application bundle or distribution from an assembly descriptor. Do not specify a phase, so make it usable in a reactor environment where forking would create issues. Do not specify it as an aggregator, so it is only for a single project. Both cases aid it in working around issues with the Maven lifecycle that should be addressed in Maven 2.1. |
| assembly:unpack | Unpack project dependencies. Currently supports dependencies of type jar and zip. |