fbricon / fbricon.github.io

https://fbricon.github.io
MIT License
1 stars 0 forks source link

Setting up a remote build cache server for Maven | Fred's safe space #3

Open utterances-bot opened 11 months ago

utterances-bot commented 11 months ago

Setting up a remote build cache server for Maven | Fred's safe space

Starting with Maven 3.9.0, you can use the maven-build-cache-extension to store build caches both locally and remotely. However the documentation for setting up a remote cache server is fairly vague.

https://fbricon.github.io/posts/setup-remote-build-cache-server/

sbulusuprime commented 11 months ago

Thanks Fred for this article, I am able to implement remote cache for the sample repo. I tried to implement the same for a mono repo with many sub modules, however observed that it is failing to cache sub modules. Can you please suggest remote cache configuration for sub modules using in a mono repo.