Interface MavenPomContributor
public interface MavenPomContributor
A contributor of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()The emailgetName()The name of this contributor.The organization name of this contributor.The organization's URL of this contributor.The properties of this contributor.getRoles()The roles of this contributor.The timezone of this contributor.getUrl()The URL of this contributor.
-
Method Details
-
getName
-
getEmail
-
getUrl
-
getOrganization
-
getOrganizationUrl
-
getRoles
SetProperty<String> getRoles()The roles of this contributor. -
getTimezone
-
getProperties
MapProperty<String,String> getProperties()The properties of this contributor.
-