Uses of Class
org.apache.maven.plugins.assembly.model.ModuleBinaries
Package
Description
-
Uses of ModuleBinaries in org.apache.maven.plugins.assembly.archive.phase
Modifier and TypeMethodDescriptionstatic List
<DependencySet> ModuleSetAssemblyPhase.getDependencySets
(ModuleBinaries binaries) -
Uses of ModuleBinaries in org.apache.maven.plugins.assembly.model
Modifier and TypeMethodDescriptionModuleSet.getBinaries()
Get when this is present, the plugin will include the binaries of the included modules from this set in the resulting assembly.Modifier and TypeMethodDescriptionvoid
ModuleSet.setBinaries
(ModuleBinaries binaries) Set when this is present, the plugin will include the binaries of the included modules from this set in the resulting assembly.