Package org.gradle.api.publish.maven
package org.gradle.api.publish.maven
Types that deal with publishing in the Maven format.
- Since:
- 1.4
-
ClassDescriptionThrown when attempting to publish with an invalid
MavenPublication
.An artifact published as part of aMavenPublication
.A Collection ofMavenArtifact
s to be included in aMavenPublication
.Deprecated.This type is not referenced by any other public API classes.The POM for a Maven publication.The CI management system of a Maven publication.A contributor of a Maven publication.Allows to add contributors of a Maven publication.A developer of a Maven publication.Allows to add developers to a Maven publication.The distribution management configuration of a Maven publication.The issue management system of a Maven publication.A license of a Maven publication.Allows to add licenses to a Maven publication.A mailing list of a Maven publication.Allows to add mailing lists to a Maven publication.The organization of a Maven publication.The relocation information of a Maven publication that has been moved to a new group and/or artifact ID.The SCM (source control management) of a Maven publication.AMavenPublication
is the representation/configuration of how Gradle should publish something in Maven format.