slachiewicz commented on issue #586: URL: https://github.com/apache/maven-project-info-reports-plugin/issues/586#issuecomment-5744016798
The identifying User-Agent is merged ([#659](https://github.com/apache/maven-project-info-reports-plugin/pull/659)) and will be in 3.9.1. For the request volume itself, 3.9.1 will also fetch each licence URL at most once per build instead of once per module, which removes the multi-module multiplier, and will expose `linkOnly` as the command-line property `licenses.linkOnly` so a build farm can disable inlining everywhere without touching POMs ([#662](https://github.com/apache/maven-project-info-reports-plugin/pull/662)). The next minor release will change the default so that remote licence URLs are linked rather than downloaded and inlined; local licence files keep being inlined, and downloading stays available as an opt-in. We are not going to add a persisted cache or conditional requests, since a 304 is still a request to your server, and we are not going to redirect the traffic to spdx.org. -- 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]
