Uses of Class
org.apache.maven.plugins.assembly.model.ModuleSet
Package
Description
-
Uses of ModuleSet in org.apache.maven.plugins.assembly.archive.phase
Modifier and TypeMethodDescriptionstatic Set
<org.apache.maven.project.MavenProject> ModuleSetAssemblyPhase.getModuleProjects
(ModuleSet moduleSet, AssemblerConfigurationSource configSource, org.slf4j.Logger logger) -
Uses of ModuleSet in org.apache.maven.plugins.assembly.artifact
Modifier and TypeMethodDescriptionMap
<DependencySet, Set<org.apache.maven.artifact.Artifact>> DefaultDependencyResolver.resolveDependencySets
(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map
<DependencySet, Set<org.apache.maven.artifact.Artifact>> DependencyResolver.resolveDependencySets
(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) -
Uses of ModuleSet in org.apache.maven.plugins.assembly.functions
-
Uses of ModuleSet in org.apache.maven.plugins.assembly.model
Modifier and TypeMethodDescriptionAssembly.getModuleSets()
Method getModuleSets.Component.getModuleSets()
Method getModuleSets.Modifier and TypeMethodDescriptionvoid
Assembly.addModuleSet
(ModuleSet moduleSet) Method addModuleSet.void
Component.addModuleSet
(ModuleSet moduleSet) Method addModuleSet.void
Assembly.removeModuleSet
(ModuleSet moduleSet) Method removeModuleSet.void
Component.removeModuleSet
(ModuleSet moduleSet) Method removeModuleSet.Modifier and TypeMethodDescriptionvoid
Assembly.setModuleSets
(List<ModuleSet> moduleSets) Set specifies which module files to include in the assembly.void
Component.setModuleSets
(List<ModuleSet> moduleSets) Set specifies which module files to include in the assembly.