Interface MavenPomLicense


public interface MavenPomLicense
A license of a Maven publication.
Since:
4.8
See Also:
  • Method Details

    • getName

      Property<String> getName()
      The name of this license.
    • getUrl

      Property<String> getUrl()
      The URL of this license.
    • getDistribution

      Property<String> getDistribution()
      The distribution of this license.
    • getComments

      Property<String> getComments()
      The comments of this license.