Package org.gradle.api.publish.maven
Types that deal with publishing in the Maven format.
- Since:
- 1.4
-
Interface Summary Interface Description MavenArtifact An artifact published as part of aMavenPublication.MavenArtifactSet A Collection ofMavenArtifacts to be included in aMavenPublication.MavenDependency A dependency declared as part of anMavenPublication.MavenPom The POM for a Maven publication.MavenPublication AMavenPublicationis the representation/configuration of how Gradle should publish something in Maven format. -
Exception Summary Exception Description InvalidMavenPublicationException Thrown when attempting to publish with an invalidMavenPublication.