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

      static final String WILDCARD
      Value used by Eclipse Aether internally to imply a match for any value.
      See Also:
  • Method Details

    • getGroupId

      String getGroupId()
    • getArtifactId

      String getArtifactId()
    • getClassifier

      default String getClassifier()
    • getType

      default String getType()