Package | Description |
---|---|
org.apache.maven.plugin.assembly.archive.phase | |
org.apache.maven.plugin.assembly.model |
Modifier and Type | Method and Description |
---|---|
protected 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) |
protected void |
ModuleSetAssemblyPhase.addModuleBinaries(ModuleBinaries binaries,
Set<org.apache.maven.project.MavenProject> projects,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context) |
static List<DependencySet> |
ModuleSetAssemblyPhase.getDependencySets(ModuleBinaries binaries) |
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.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.