| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project | |
| org.apache.maven.project.inheritance | |
| org.apache.maven.project.overlay |
| Modifier and Type | Method and Description |
|---|---|
Build |
Model.getBuild()
Get information required to build the project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setBuild(Build build)
Set information required to build the project.
|
| Modifier and Type | Method and Description |
|---|---|
static Build |
ModelUtils.cloneBuild(Build src) |
Build |
MavenProject.getBuild() |
Build |
MavenProject.getDynamicBuild() |
Build |
MavenProject.getOriginalInterpolatedBuild() |
| Modifier and Type | Method and Description |
|---|---|
static Build |
ModelUtils.cloneBuild(Build src) |
static void |
ModelUtils.mergeExtensionLists(Build childBuild,
Build parentBuild) |
void |
MavenProject.preserveBuild(Build originalInterpolatedBuild) |
void |
MavenProject.setBuild(Build build) |
protected void |
MavenProject.setDynamicBuild(Build dynamicBuild) |
protected void |
MavenProject.setOriginalInterpolatedBuild(Build originalInterpolatedBuild) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelInheritanceAssembler.assembleBuildInheritance(Build childBuild,
Build parentBuild,
boolean handleAsInheritance) |
void |
DefaultModelInheritanceAssembler.assembleBuildInheritance(Build childBuild,
Build parentBuild,
boolean handleAsInheritance) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildOverlay |
| Constructor and Description |
|---|
BuildOverlay(Build build) |
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.