Object MavenConfigurationSupport
-
- All Implemented Interfaces:
public class MavenConfigurationSupportExtension functions for org.gradle.api.publish.maven.MavenPublication to target Maven Central.
-
-
Field Summary
Fields Modifier and Type Field Description public final static MavenConfigurationSupportINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitconfigurePomForMavenCentral(MavenPublication $self, PublishOnCentralExtension extension)Configures the pom. final UnitconfigureRepository(Project $self, Repository repoToConfigure)Reifies this repository setup onto every PublishingExtension configuration of the provided Project. -
-
Method Detail
-
configurePomForMavenCentral
final Unit configurePomForMavenCentral(MavenPublication $self, PublishOnCentralExtension extension)
Configures the pom.xml file of a MavenPublication with the information specified in this configuration.
-
configureRepository
final Unit configureRepository(Project $self, Repository repoToConfigure)
Reifies this repository setup onto every PublishingExtension configuration of the provided Project.
-
-
-
-