Interface MavenPomOrganization


public interface MavenPomOrganization
The organization of a Maven publication.
Since:
4.8
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of this organization.
    The URL of this organization.
  • Method Details

    • getName

      Property<String> getName()
      The name of this organization.
      Since:
      4.8
    • getUrl

      Property<String> getUrl()
      The URL of this organization.
      Since:
      4.8