api / org.gradle.api.publish.maven / MavenPomDistributionManagement

MavenPomDistributionManagement

@Incubating interface MavenPomDistributionManagement

The distribution management configuration of a Maven publication.

Since
4.8

See Also
MavenPom

Functions

getDownloadUrl

abstract fun getDownloadUrl(): Property<String>

The download URL of the corresponding Maven publication.

relocation

abstract fun relocation(action: Action<in MavenPomRelocation>): Unit

Configures the relocation information.