matrei commented on code in PR #15274:
URL: https://github.com/apache/grails-core/pull/15274#discussion_r2593191203
##########
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:
But are these "non-apache members" counted as active or not?
If they are active, I don't think "Developer Emeritus" is the right role.
If they are not active, why do we need this comment?
--
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]