You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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/
The text was updated successfully, but these errors were encountered: