belingueres opened a new issue, #625: URL: https://github.com/apache/maven-project-info-reports-plugin/issues/625
### New feature, improvement proposal In the dependencies goal, the display of file details (number of classes, packages, etc) for each dependency involves analyzing each jar file, each time the report is generated, which is mostly unnecessary, knowing that released artifacts always will produce the same result (it may change for snapshot artifacts, though). To improve processing time, we can store locally a cache file with the required summarized data, and use it directly to generate the report. -- 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]
