| Package | Description |
|---|---|
| org.apache.maven.plugin.assembly.archive.phase | |
| org.apache.maven.plugin.assembly.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModuleSetAssemblyPhase.addModuleSourceFileSets(ModuleSources sources,
Set<MavenProject> moduleProjects,
Archiver archiver,
AssemblerConfigurationSource configSource) |
protected FileSet |
ModuleSetAssemblyPhase.createFileSet(FileSet fileSet,
ModuleSources sources,
MavenProject moduleProject,
AssemblerConfigurationSource configSource) |
protected boolean |
ModuleSetAssemblyPhase.isDeprecatedModuleSourcesConfigPresent(ModuleSources sources)
Determine whether the deprecated file-set configuration directly within the ModuleSources object is present.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.