Uses of Class
org.apache.maven.api.model.Exclusion
-
Uses of Exclusion in org.apache.maven.api.model
Modifier and TypeMethodDescriptionExclusion.Builder.build()
static Exclusion
Exclusion.newInstance()
Creates a newExclusion
instance.static Exclusion
Exclusion.newInstance
(boolean withDefaults) Creates a newExclusion
instance using default values or not.Exclusion.withArtifactId
(String artifactId) Creates a newExclusion
instance using the specified artifactId.Exclusion.withGroupId
(String groupId) Creates a newExclusion
instance using the specified groupId.Modifier and TypeMethodDescriptionDependency.getExclusions()
Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies.Modifier and TypeMethodDescriptionstatic Exclusion.Builder
Exclusion.newBuilder
(Exclusion from) Creates a newExclusion
builder instance using the specified object as a basis.static Exclusion.Builder
Exclusion.newBuilder
(Exclusion from, boolean forceCopy) Creates a newExclusion
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionDependency.Builder.exclusions
(Collection<Exclusion> exclusions) Dependency.withExclusions
(Collection<Exclusion> exclusions) Creates a newDependency
instance using the specified exclusions.