Package org.gradle.api.publish.maven
package org.gradle.api.publish.maven
-
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
.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.The repository information of the MavendistributionManagement
node.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.