| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project |
| Modifier and Type | Method and Description |
|---|---|
List<Exclusion> |
Dependency.getExclusions()
Method getExclusions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.addExclusion(Exclusion exclusion)
Method addExclusion.
|
void |
Dependency.removeExclusion(Exclusion exclusion)
Method removeExclusion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.setExclusions(List<Exclusion> exclusions)
Set lists a set of artifacts that should be excluded from
this dependency's
artifact list when it comes to calculating
transitive dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
static Exclusion |
ModelUtils.cloneDependencyExclusion(Exclusion src) |
static Exclusion |
ModelUtils.cloneExclusion(Exclusion src) |
| Modifier and Type | Method and Description |
|---|---|
static Exclusion |
ModelUtils.cloneDependencyExclusion(Exclusion src) |
static Exclusion |
ModelUtils.cloneExclusion(Exclusion src) |
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.