Interface MavenArtifact

All Superinterfaces:
Buildable, PublicationArtifact

public interface MavenArtifact extends PublicationArtifact
An artifact published as part of a MavenPublication.
  • Method Details

    • getExtension

      Property<String> getExtension()
      The extension used to publish the artifact file. For an artifact without an extension, this value will be an empty String.
    • getClassifier

      @Optional Property<String> getClassifier()
      The classifier used to publish the artifact file. An absent value (the default) indicates that this artifact will be published without a classifier.