| Type | Name and description |
|---|---|
static void |
include(groovy.util.Node contributorsNode, java.lang.String fileName, java.util.List<java.lang.String> contributorsStringList, java.util.List<java.lang.String> developers, boolean addContributorsToPomFromGitHub)Add contributors to node. |
| 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() |
Add contributors to node. Contributors comes from file generated earlier by `fetchAllProjectContributorsFromGitHub` and from contributors list (3rd param). Contributors defined in developers list are ignored to avoid duplication.
contributorsNode - contributors node in pom.xml where contributors will be addfileName - a file with fetched all project contributors from GitHubcontributorsStringList - list of contributors in format: login:name_surnamedevelopers - list of developers in format: login:name_surname