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


##########
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:
   I was trying to imply there are people who have historically contributed a 
significant contribution (developer emeritus instead of contributor) but they 
do not have an active ASF account.  Until they create an active ASF account, we 
wouldn't move them to developer. In other words, it's a requirement to have an 
ASF account to be considered an active developer.



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