Interface MavenExclusion
- All Known Implementing Classes:
MavenExclusionBean
@Modifiable
public interface MavenExclusion
Marker to exclude a specific transitive dependency.
Holds an optional classifier and optional extension, in addition to the group ID and artifact ID.
- Since:
- 2.12.0
- Author:
- Ashley Scopes
-
Field Details
-
WILDCARD
Value used by Eclipse Aether internally to imply a match for any value.- See Also:
-
-
Method Details
-
getGroupId
-
getArtifactId
-
getClassifier
Get the artifact classifier.- Returns:
- the classifier, or
*
by default which implies a match for any classifier.
-
getType
Get the artifact type.- Returns:
- the type, or
*
by default which implies a match for any type.
-