MavenPomDistributionManagement

The distribution management configuration of a Maven publication.

Properties

PropertyDescription
downloadUrl

The download URL of the corresponding Maven publication.

Methods

MethodDescription
relocation(action)

Configures the relocation information.

repository(action)
Incubating

Configures the repository information.

Script blocks

No script blocks

Property details

Property<String> downloadUrl

The download URL of the corresponding Maven publication.

Method details

void relocation(Action<? super MavenPomRelocation> action)

Configures the relocation information.

void repository(Action<? super MavenPomDeploymentRepository> action)

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

Configures the repository information.