Uses of Class
org.apache.maven.plugins.assembly.model.ModuleSources
Packages that use ModuleSources
-
Uses of ModuleSources in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model that return ModuleSourcesModifier and TypeMethodDescriptionModuleSet.getSources()
Get when this is present, the plugin will include the source files of the included modules from this set in the resulting assembly.Methods in org.apache.maven.plugins.assembly.model with parameters of type ModuleSourcesModifier and TypeMethodDescriptionvoid
ModuleSet.setSources
(ModuleSources sources) Set when this is present, the plugin will include the source files of the included modules from this set in the resulting assembly.