Team configuration
| Type | Name and description |
|---|---|
java.util.Collection<java.lang.String> |
getContributors()Contributors to include in generated pom file. |
java.util.Collection<java.lang.String> |
getDevelopers()Developers to include in generated pom file. |
boolean |
isAddContributorsToPomFromGitHub()A boolean flag for fetch all contributors from GitHub to include them in generated pom file. |
void |
setAddContributorsToPomFromGitHub(java.lang.Boolean addContributorsToPomFromGitHub)See isAddContributorsToPomFromGitHub() |
void |
setContributors(java.util.Collection<java.lang.String> contributors)See getContributors() |
void |
setDevelopers(java.util.Collection<java.lang.String> developers)See getDevelopers() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Contributors to include in generated pom file. It should be a collection of elements like "GITHUB_USER:FULL_NAME", example: ['szczepiq:Szczepan Faber', 'mstachniuk:Marcin Stachniuk']
See POM reference for Contributors.
Developers to include in generated pom file. It should be a collection of elements like "GITHUB_USER:FULL_NAME", example: ['szczepiq:Szczepan Faber', 'mstachniuk:Marcin Stachniuk'].
See POM reference for Developers.
A boolean flag for fetch all contributors from GitHub to include them in generated pom file. This is optional value, by default set to true.
See POM reference for Contributors.
See getDevelopers()