Package org.gradle.api.publish.maven
Interface MavenPomDistributionManagement
public interface MavenPomDistributionManagement
The distribution management configuration of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe download URL of the corresponding Maven publication.void
relocation
(Action<? super MavenPomRelocation> action) Configures the relocation information.
-
Method Details
-
getDownloadUrl
The download URL of the corresponding Maven publication. -
relocation
Configures the relocation information.
-