cstamas opened a new pull request, #11908:
URL: https://github.com/apache/maven/pull/11908

   Right now, metadata discovery causes all metadata download over and over, 
for maven plugins that does not have G level metadata. Usually those plugins 
are enlisted in POM. One of most prominent plugin is spotless.
   
   So this PR adds following change:
   * discover via G level metadata (will not succeed)
   * discover via project (here will)
   * try harder via G level metadata (set policy "always")
   


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