Package | Description |
---|---|
org.apache.maven.plugins.assembly.archive.phase | |
org.apache.maven.plugins.assembly.model | |
org.apache.maven.plugins.assembly.model.io.xpp3 |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and 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.
|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private void |
ComponentXpp3Writer.writeModuleSources(ModuleSources moduleSources,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleSources.
|
private void |
AssemblyXpp3Writer.writeModuleSources(ModuleSources moduleSources,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleSources.
|