Interface MavenPomContributor


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

    • getName

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

      Property<String> getEmail()
      The email
      Since:
      4.8
    • getUrl

      Property<String> getUrl()
      The URL of this contributor.
      Since:
      4.8
    • getOrganization

      Property<String> getOrganization()
      The organization name of this contributor.
      Since:
      4.8
    • getOrganizationUrl

      Property<String> getOrganizationUrl()
      The organization's URL of this contributor.
      Since:
      4.8
    • getRoles

      SetProperty<String> getRoles()
      The roles of this contributor.
      Since:
      4.8
    • getTimezone

      Property<String> getTimezone()
      The timezone of this contributor.
      Since:
      4.8
    • getProperties

      MapProperty<String,String> getProperties()
      The properties of this contributor.
      Since:
      4.8