Home
Fred's safe space
Cancel

Setting up a remote build cache server for Maven

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 vagu...

Use GitHub Releases to host an Eclipse P2 Repository

Hosting an Eclipse P2 repository is a great way to share your awesome Eclipse plugins with the rest of the world. However, finding a host can be a challenge. Who wants to pay for hosting nowadays? ...

Automatically detect managed JDKs in Eclipse

I’ve been using .sdkman to easily install JDKs for a while now, and one thing that bothers me about Eclipse is that it doesn’t automatically detect the JDKs that .sdkman manages. JRE Discovery So ...