Package | Description |
---|---|
org.apache.maven | |
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.plugin | |
org.apache.maven.repository.internal |
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
|
Modifier and Type | Method and Description |
---|---|
private static org.eclipse.aether.graph.Exclusion |
RepositoryUtils.toExclusion(Exclusion exclusion) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.aether.graph.Dependency |
RepositoryUtils.toDependency(Artifact artifact,
java.util.Collection<Exclusion> exclusions) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Exclusion> |
Dependency.exclusions
Field exclusions.
|
Modifier and Type | Method and Description |
---|---|
Exclusion |
Exclusion.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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 |
---|---|
private Exclusion |
MavenXpp3Reader.parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseExclusion.
|
private Exclusion |
MavenXpp3ReaderEx.parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseExclusion.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeExclusion(Exclusion exclusion,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExclusion.
|
private void |
MavenXpp3Writer.writeExclusion(Exclusion exclusion,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExclusion.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ModelMerger.getExclusionKey(Exclusion exclusion) |
protected java.lang.Object |
MavenModelMerger.getExclusionKey(Exclusion exclusion) |
protected void |
ModelMerger.mergeExclusion_ArtifactId(Exclusion target,
Exclusion source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeExclusion_GroupId(Exclusion target,
Exclusion source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeExclusion(Exclusion target,
Exclusion source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
CacheUtils.exclusionsEquals(java.util.List<Exclusion> a,
java.util.List<Exclusion> b) |
private static boolean |
CacheUtils.exclusionsEquals(java.util.List<Exclusion> a,
java.util.List<Exclusion> b) |
Modifier and Type | Method and Description |
---|---|
private org.eclipse.aether.graph.Exclusion |
ArtifactDescriptorReaderDelegate.convert(Exclusion exclusion) |