Hello Maven community,

We are trying to accelerate the build time in local and CI environments (we use GitHub actions), in a large organization (+ 2000 Maven-Java projects), and we have seen a couple of extensions that could be very useful for us:

- maven-build-cache-extension: https://maven.apache.org/extensions/maven-build-cache-extension
- mvnd: https://github.com/apache/maven-mvnd

Could anyone share their experiences with any of them, and what state they are in?

For example, `maven-build-cache-extension` we see is quite recent, and relies on maven 3.9.0 or 4.0.0.0.0, unreleased, but initial results are quite promising. I have been able to play with some project, and the same `mvn clean verify` takes 10 times less, on some builds!

`mvnd` we have not been able to find an official documentation site for it, beyond the README in its repository. I understand that its primary use is local environment, and currently in a CI environment it could bring little improvement, at least as long as you don't connect remotely to the daemon (https://github.com/apache/maven-mvnd/issues/665).

Thank you very much.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to