Plugin documentation

Goals available:

GoalDescription
assembly:assemblyAssemble an application bundle or distribution from an assembly descriptor.
assembly:attachedAssemble 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-inlineAssemble an application bundle or distribution from an assembly descriptor without launching a parallel lifecycle build.
assembly:directoryAssemble an application bundle or distribution.
assembly:singleAssemble 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:unpackUnpack project dependencies. Currently supports dependencies of type jar and zip.