Uses of Class
org.apache.maven.plugins.assembly.model.ModuleSources
-
Packages that use ModuleSources Package Description org.apache.maven.plugins.assembly.archive.phase org.apache.maven.plugins.assembly.model org.apache.maven.plugins.assembly.model.io.xpp3 -
-
Uses of ModuleSources in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type ModuleSources Modifier and Type Method Description (package private) void
ModuleSetAssemblyPhase. addModuleSourceFileSets(ModuleSources sources, java.util.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 ModuleSources Modifier and Type Field Description private 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 ModuleSources Modifier and Type Method Description ModuleSources
ModuleSet. 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 ModuleSources Modifier and Type Method Description void
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 ModuleSources Modifier and Type Method Description private 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 ModuleSources Modifier and Type Method Description private void
AssemblyXpp3Writer. writeModuleSources(ModuleSources moduleSources, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleSources.private void
ComponentXpp3Writer. writeModuleSources(ModuleSources moduleSources, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleSources.
-