jira-importer commented on issue #587:
URL: 
https://github.com/apache/maven-deploy-plugin/issues/587#issuecomment-2771553828
   **[Jonathan 
Haber](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jhaber)** 
commented
   
   There's a simple version that we open-sourced a while back available here:
   https://github.com/HubSpot/maven-snapshot-accelerator
   
   And accompanying blog post with more background:
   https://product.hubspot.com/blog/speeding-up-maven-snapshots
   
   Our internal version has picked up a variety of optimizations over time (For 
example, skipping updates if the commit sha hasn't changed. And also the API 
now generates and returns maven-metadata files directly, so once the build 
starts all of the updated Maven snapshot metadata has already been written 
directly into your local repo. And then the only thing we fetch from the remote 
repo are the transformed snapshot versions which are immutable artifacts and 
can be cached forever)
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to