In bundle: saker.maven.support
Specifies an artifact exclusion for transitive dependencies.
Corresponds to the <exclusion/> element in a pom.xml.
The option also accepts coordinates in the format of: <groupId>[:<artifactId>[:<classifier>[:<extension>]]].
Summary
ArtifactId | The Artifact Id part of the excluded dependency. |
Classifier | The Classifier part of the excluded dependency. |
Extension | The Extension part of the excluded dependency. |
GroupId | The Group Id part of the excluded dependency. |
Fields
The Artifact Id part of the excluded dependency.
Corresponds to the <artifactId/> element in <exclusion/> in a pom.xml.
The Classifier part of the excluded dependency.
This has no corresponding element in a pom.xml, however, the Maven Resolver library accepts it as part of an exclusion.
The Extension part of the excluded dependency.
This has no corresponding element in a pom.xml, however, the Maven Resolver library accepts it as part of an exclusion.