MavenPomDistributionManagement

Note: This class is incubating and may change in a future version of Gradle.

The distribution management configuration of a Maven publication.

Properties

PropertyDescription
downloadUrl
Incubating

The download URL of the corresponding Maven publication.

Methods

MethodDescription
relocation(action)
Incubating

Configures the relocation information.

Script blocks

No script blocks

Property details

Property<String> downloadUrl

Note: This property is incubating and may change in a future version of Gradle.

The download URL of the corresponding Maven publication.

Method details

void relocation(Action<? super MavenPomRelocation> action)

Note: This method is incubating and may change in a future version of Gradle.

Configures the relocation information.