Uses of Class
org.apache.maven.model.Exclusion
Packages that use Exclusion
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Exclusion in org.apache.maven.model
Methods in org.apache.maven.model that return ExclusionMethods in org.apache.maven.model that return types with arguments of type ExclusionMethods in org.apache.maven.model with parameters of type ExclusionModifier and TypeMethodDescriptionvoid
Dependency.addExclusion
(Exclusion exclusion) Method addExclusion.void
Dependency.removeExclusion
(Exclusion exclusion) Method removeExclusion.Method parameters in org.apache.maven.model with type arguments of type ExclusionModifier and TypeMethodDescriptionvoid
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. -
Uses of Exclusion in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ExclusionModifier and TypeMethodDescriptionprotected Object
ModelMerger.getExclusionKey
(Exclusion exclusion) protected void
ModelMerger.mergeExclusion
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeExclusion_ArtifactId
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeExclusion_GroupId
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context)