cstamas commented on PR #536: URL: https://github.com/apache/maven-resolver/pull/536#issuecomment-2226999018
This PR causes noticeable slow down: building Quarkus (mvn clean install -Dquickly) went from 9:20 to 11:10. Ideas: * make interning of dependencies configurable, default NO * make interning of dependencyManagement configurable, default YES * maybe intern only over some size limit? The most offender is huge count of depMgt inherited from parent POM, so this above would make sensible defaults. -- 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]
