include
public 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. Contributors comes from file generated earlier by
`fetchAllProjectContributorsFromGitHub` and from contributors list (3rd param).
Contributors defined in developers list are ignored to avoid duplication.
- Parameters:
contributorsNode - contributors node in pom.xml where contributors will be add
fileName - a file with fetched all project contributors from GitHub
contributorsStringList - list of contributors in format: login:name_surname
developers - list of developers in format: login:name_surname