|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModuleSources | |
| org.apache.maven.plugin.assembly.archive.phase | |
| org.apache.maven.plugin.assembly.model | |
| Uses of ModuleSources in org.apache.maven.plugin.assembly.archive.phase |
| Methods in org.apache.maven.plugin.assembly.archive.phase with parameters of type ModuleSources | |
protected void |
ModuleSetAssemblyPhase.addModuleSourceFileSets(ModuleSources sources,
java.util.Set moduleProjects,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
protected boolean |
ModuleSetAssemblyPhase.isDeprecatedModuleSourcesConfigPresent(ModuleSources sources)
Determine whether the deprecated file-set configuration directly within the ModuleSources object is present. |
protected FileSet |
ModuleSetAssemblyPhase.createFileSet(FileSet fileSet,
ModuleSources sources,
org.apache.maven.project.MavenProject moduleProject,
AssemblerConfigurationSource configSource)
|
| Uses of ModuleSources in org.apache.maven.plugin.assembly.model |
| Methods in org.apache.maven.plugin.assembly.model that return ModuleSources | |
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.plugin.assembly.model with parameters of type ModuleSources | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||