Package org.apache.maven.plugin.assembly.model

Class Summary
Assemblies  
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.
ContainerDescriptorHandlerConfig Configures a filter for files headed into the assembly archive, to enable aggregation of various types of descriptor fragments, such as components.xml, web.xml, etc.
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 Allows a group of artifacts to be aligned to a specified version.
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.
UnpackOptions Specifies options for including/excluding/filtering items extracted from an archive.
 



Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.