jdaugherty opened a new issue, #14787:
URL: https://github.com/apache/grails-core/issues/14787

   ### Issue description
   
   Per infrastructure slack, we want to avoid unnecessary lookups to 
repository.apache.org.  We need to change our build files & generated projects 
so that the maven repo is only used for our coordinates.  This will minimize 
load on RAO and will minimize the chance of being blocked.
   
   For example, the staging repo would be like this: 
   
   
           maven {
               url = 'https://repository.apache.org/content/groups/staging'
               content {
                   includeGroupByRegex('org.apache.grails.*')
               }
           }


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