jdaugherty commented on code in PR #15274:
URL: https://github.com/apache/grails-core/pull/15274#discussion_r2593410054
##########
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy:
##########
@@ -191,6 +191,156 @@ class PublishPlugin implements Plugin<Project> {
}
}
+ private static List<MavenPomDeveloper> getProjectDevelopers(Project
project) {
+ // Note: id is typically the github user id if the user has a github
account
+ // Note: these lists are sorted alphabetically by section
+ [
+ // Founders
+ founder('devijvers', 'Steven Devijver', project),
+ founder('dierk', 'Dierk König', project),
+ founder('glaforge', 'Guillaume LaForge', project),
+ founder('graemerocher', 'Graeme Rocher', project),
+ // Developers
+ // - `active` contributors (should have an ASF account)
+ // - supports the current framework
+ developer('bkoehm','Brian Koehmstedt', project),
+ developer('borinquenkid','Walter B Duque de Estrada', project),
+ developer('codeconsole', 'Scott Murphy Heiberg', project),
+ developer('davydotcom','David Estes', project),
+ developer('jamesfredley', 'James Fredley', project),
+ developer('jdaugherty', 'James Daugherty', project),
+ developer('jpammer', 'Jonas Pammer', project),
+ developer('lhotari', 'Lari Hotari', project),
+ developer('matrei', 'Mattias Reichel', project),
+ developer('paulk','Paul King', project),
+ developer('sbglasius', 'Søren Berg Glasius', project),
+ developer('sdelamo', 'Sergio del Amo', project),
+ developer('tbrasmussen', 'Thomas Rasmussen', project),
+ // Past Developers
+ // - non-apache members go here until their ASF account is created
Review Comment:
emeritus means non-active. I was just trying to inform people on how to be
marked developer. We can remove the comment since it's implied by the
developer requirement.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]