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

Packages that use org.apache.maven.plugin.assembly.model
org.apache.maven.plugin.assembly.archive   
org.apache.maven.plugin.assembly.archive.phase   
org.apache.maven.plugin.assembly.archive.phase.wrappers   
org.apache.maven.plugin.assembly.archive.task   
org.apache.maven.plugin.assembly.artifact   
org.apache.maven.plugin.assembly.functions   
org.apache.maven.plugin.assembly.io   
org.apache.maven.plugin.assembly.model   
org.apache.maven.plugin.assembly.model.io.xpp3   
org.apache.maven.plugin.assembly.resolved   
org.apache.maven.plugin.assembly.utils   
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.archive
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.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.archive.phase
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.
DependencySet
          A dependencySet allows inclusion and exclusion of project dependencies 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.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.archive.phase.wrappers
Repository
          Defines a Maven repository to be included in the assembly.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.archive.task
DependencySet
          A dependencySet allows inclusion and exclusion of project dependencies in the assembly.
FileSet
          A fileSet allows the inclusion of groups of files into the assembly.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.artifact
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.
DependencySet
          A dependencySet allows inclusion and exclusion of project dependencies in the assembly.
ModuleSet
          A moduleSet represent one or more project <module> present inside a project's pom.xml.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.functions
ModuleSet
          A moduleSet represent one or more project <module> present inside a project's pom.xml.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.io
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.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.model
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.
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.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.model.io.xpp3
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.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.resolved
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.
 

Classes in org.apache.maven.plugin.assembly.model used by org.apache.maven.plugin.assembly.utils
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.
 



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