Class Summary |
Assembly |
An assembly defines a collection of files usually
distributed in an
archive format such as zip, tar, or tar.gz that is
generated from a
project. |
Component |
Describes the component layout and packaging. |
DependencySet |
A dependencySet allows inclusion and exclusion of
project dependencies
in the assembly. |
FileItem |
A file allows individual file inclusion with the option
to change
the destination filename not supported by fileSets. |
FileSet |
A fileSet allows the inclusion of groups of files into
the assembly. |
GroupVersionAlignment |
Defines a Maven repository to be included in the assembly. |
ModuleBinaries |
Contains configuration options for including the binary
files of a
project module in an assembly. |
ModuleSet |
A moduleSet represent one or more project <module>
present inside
a project's pom.xml. |
ModuleSources |
Contains configuration options for including the source
files of a
project module in an assembly. |
Repository |
Defines a Maven repository to be included in the assembly. |
SetBase |
null |
UnpackOptions |
Specifies options for including/excluding/filtering items
extracted from an archive. |