| Package | Description |
|---|---|
| org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model.
|
| org.apache.maven.model.merge |
POM merger.
|
| Modifier and Type | Method and Description |
|---|---|
Exclusion |
Exclusion.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Dependency.getExclusions()
Method getExclusions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.addExclusion(Exclusion
Method addExclusion.
|
void |
Dependency.removeExclusion(Exclusion
Method removeExclusion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dependency.setExclusions(List
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 |
|---|---|
protected Object |
ModelMerger.getExclusionKey(Exclusion
|
protected void |
ModelMerger.mergeExclusion_ArtifactId(Exclusion
|
protected void |
ModelMerger.mergeExclusion_GroupId(Exclusion
|
protected void |
ModelMerger.mergeExclusion(Exclusion
|