Package org.gradle.api.publish.maven
Interface MavenPomDistributionManagement
-
public interface MavenPomDistributionManagement
The distribution management configuration of a Maven publication.- Since:
- 4.8
- See Also:
MavenPom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<java.lang.String>
getDownloadUrl()
The download URL of the corresponding Maven publication.void
relocation(Action<? super MavenPomRelocation> action)
Configures the relocation information.
-
-
-
Method Detail
-
getDownloadUrl
Property<java.lang.String> getDownloadUrl()
The download URL of the corresponding Maven publication.
-
relocation
void relocation(Action<? super MavenPomRelocation> action)
Configures the relocation information.
-
-