jdaugherty commented on code in PR #15274:
URL: https://github.com/apache/grails-core/pull/15274#discussion_r2589672220


##########
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
+            // - non-active, no contributions across mailing lists, commits, 
or grails processes in the last 12 months
+            // - contributors in the pom previously
+            // - significant contributors (i.e. they were involved in Grails 
Development or a member of a company that was)
+            emeritus('ColinHarrington','Colin Harrington', project),
+            emeritus('JasonTypesCodes', 'Jason Schindler', project),
+            emeritus('ZacharyKlein','Zachary Klein', project),
+            emeritus('aitortxu','Aitor Alzola', project),
+            emeritus('alexanderzeillinger','Alexander Zeillinger', project),
+            emeritus('alkemist', 'Luke Daley', project),
+            emeritus('alvarosanchez','Álvaro Sánchez-Mariscal', project),
+            emeritus('anshbansal','Aseem Bansal', project),
+            emeritus('basecamp', 'Joshua Burnett', project),
+            emeritus('bluesliverx','Brian Saville', project),
+            emeritus('bobbywarner', 'Bobby Warner', project),
+            emeritus('burtbeckwith', 'Burt Beckwith', project),
+            emeritus('davidkron', 'David Kron', project),
+            emeritus('delight', 'Konstantinos Kostarellis', project),
+            emeritus('erawat','Erawat Chamanont', project),
+            emeritus('erichelgeson','Eric Helgeson', project),
+            emeritus('fordguo','Ford Guo', project),
+            emeritus('houbie','Ivo Houbrechts', project),
+            emeritus('jameskleeh', 'James Kleeh', project),
+            emeritus('jbrisbin','Jon Brisbin', project),
+            emeritus('jeffscottbrown', 'Jeff Brown', project),

Review Comment:
   The articles we put out didn't list him as a founder.  I'm happy to indicate 
him as one though.



-- 
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]

Reply via email to