Interface MavenPomDistributionManagement


public interface MavenPomDistributionManagement
The distribution management configuration of a Maven publication.
Since:
4.8
See Also:
  • Method Details

    • getDownloadUrl

      Property<String> getDownloadUrl()
      The download URL of the corresponding Maven publication.
    • relocation

      void relocation(Action<? super MavenPomRelocation> action)
      Configures the relocation information.