Build: Add developer info to generated pom files

This commit is contained in:
Ryan Ernst 2016-05-13 13:57:08 -07:00
parent f2cc8486af
commit 81a521fcb5
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ subprojects {
license.appendNode('name', 'The Apache Software License, Version 2.0')
license.appendNode('url', 'http://www.apache.org/licenses/LICENSE-2.0.txt')
license.appendNode('distribution', 'repo')
Node developer = node.appendNode('developers').appendNode('developer')
developer.appendNode('name', 'Elastic')
developer.appendNode('url', 'http://www.elastic.co')
}
}
}