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) voidModuleSetAssemblyPhase. addModuleSourceFileSets(ModuleSources sources, java.util.Set<org.apache.maven.project.MavenProject> moduleProjects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)(package private) FileSetModuleSetAssemblyPhase. createFileSet(FileSet fileSet, ModuleSources sources, org.apache.maven.project.MavenProject moduleProject, AssemblerConfigurationSource configSource)(package private) booleanModuleSetAssemblyPhase. 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 ModuleSourcesModuleSet. sourcesWhen 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 ModuleSourcesModuleSet. 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 voidModuleSet. 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 ModuleSourcesAssemblyXpp3Reader. parseModuleSources(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseModuleSources.private ModuleSourcesComponentXpp3Reader. 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 voidAssemblyXpp3Writer. writeModuleSources(ModuleSources moduleSources, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeModuleSources.private voidComponentXpp3Writer. writeModuleSources(ModuleSources moduleSources, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeModuleSources.
-