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.addModuleArtifact(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
ModuleBinaries binaries) |
(package private) void |
ModuleSetAssemblyPhase.addModuleBinaries(Assembly assembly,
ModuleSet moduleSet,
ModuleBinaries binaries,
java.util.Set<org.apache.maven.project.MavenProject> projects,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource) |
static java.util.List<DependencySet> |
ModuleSetAssemblyPhase.getDependencySets(ModuleBinaries binaries) |
Modifier and Type | Field and Description |
---|---|
private ModuleBinaries |
ModuleSet.binaries
When this is present, the plugin will include
the binaries of the
included modules from this set in the resulting
assembly.
|
Modifier and Type | Method and Description |
---|---|
ModuleBinaries |
ModuleSet.getBinaries()
Get when this is present, the plugin will include the
binaries of the
included modules from this set in the resulting
assembly.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleSet.setBinaries(ModuleBinaries binaries)
Set when this is present, the plugin will include the
binaries of the
included modules from this set in the resulting
assembly.
|
Modifier and Type | Method and Description |
---|---|
private ModuleBinaries |
ComponentXpp3Reader.parseModuleBinaries(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseModuleBinaries.
|
private ModuleBinaries |
AssemblyXpp3Reader.parseModuleBinaries(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseModuleBinaries.
|
Modifier and Type | Method and Description |
---|---|
private void |
ComponentXpp3Writer.writeModuleBinaries(ModuleBinaries moduleBinaries,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleBinaries.
|
private void |
AssemblyXpp3Writer.writeModuleBinaries(ModuleBinaries moduleBinaries,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleBinaries.
|