Like the
assembly:attached
goal, assemble an application bundle or distribution from an assembly descriptor, WITHOUT first forcing Maven to build all POMs to the
package
phase (as is required by the
assembly:assembly
goal). This goal differs from
assembly:attached
in that it ignores the <formats/> section of the assembly descriptor, and forces the assembly to be created as a directory in the project's build-output directory (usually
./target
).
This goal is also functionally equivalent to using the
assembly:attached
goal in conjunction with the
dir
assembly format.
NOTE: This goal should ONLY be run from the command line, and if building a multimodule project it should be used from the root POM. Use the
assembly:directory-single
goal for binding your assembly to the lifecycle.
@author
John Casey
@author
Gilles Scokart
@version $Id: DirectoryInlineMojo.java 999625 2010-09-21 20:40:39Z jdcasey $
@goal directory-inline
@aggregator
@inheritByDefault false
@deprecated Use assembly:single and an assembly with format == dir instead! This mojo is redundant, and leads tonon-standard builds.