saker.maven.support Documentation TaskDoc JavaDoc Packages
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
Fields
ArtifactIdThe Artifact Id part of the excluded dependency.
ClassifierThe Classifier part of the excluded dependency.
ExtensionThe Extension part of the excluded dependency.
GroupIdThe 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.
The Group Id part of the excluded dependency. Corresponds to the <groupId/> element in <exclusion/> in a pom.xml.