Table of Contents
API Documentation: | MavenPomDistributionManagement |
---|
The distribution management configuration of a Maven publication.
Property | Description |
downloadUrl | The download URL of the corresponding Maven publication. |
Method | Description |
relocation(action) | Configures the relocation information. |
repository(action) | Incubating Configures the repository information. |
void
relocation
(Action
<? super MavenPomRelocation
>
action)
Action
<? super MavenPomRelocation
>Configures the relocation information.
void
repository
(Action
<? super MavenPomDeploymentRepository
>
action)
Action
<? super MavenPomDeploymentRepository
>Note: This method is incubating and may change in a future version of Gradle.
Configures the repository information.