Uses of Class
org.apache.maven.plugins.assembly.model.ModuleSources
Packages that use ModuleSources
Package
Description
-
Uses of ModuleSources in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type ModuleSourcesModifier and TypeMethodDescription(package private) void
ModuleSetAssemblyPhase.addModuleSourceFileSets
(ModuleSources sources, Set<org.apache.maven.project.MavenProject> moduleProjects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) (package private) FileSet
ModuleSetAssemblyPhase.createFileSet
(FileSet fileSet, ModuleSources sources, org.apache.maven.project.MavenProject moduleProject, AssemblerConfigurationSource configSource) (package private) boolean
ModuleSetAssemblyPhase.isDeprecatedModuleSourcesConfigPresent
(ModuleSources sources) Determine whether the deprecated file-set configuration directly within the ModuleSources object is present. -
Uses of ModuleSources in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model declared as ModuleSourcesModifier and TypeFieldDescriptionprivate ModuleSources
ModuleSet.sources
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 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. -
Uses of ModuleSources in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return ModuleSourcesModifier and TypeMethodDescriptionprivate ModuleSources
AssemblyXpp3Reader.parseModuleSources
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseModuleSources.private ModuleSources
ComponentXpp3Reader.parseModuleSources
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseModuleSources.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type ModuleSourcesModifier and TypeMethodDescriptionprivate void
AssemblyXpp3Writer.writeModuleSources
(ModuleSources moduleSources, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeModuleSources.private void
ComponentXpp3Writer.writeModuleSources
(ModuleSources moduleSources, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeModuleSources.