Apache Maven Build Cache Extension 1.2.2 Released

Olivier Lamy <[email protected]> Tue, 27 Jan 2026 19:29:00 +1000
Newsgroups gmane.comp.apache.user,gmane.comp.apache.maven.announce,gmane.comp.apache.cxf.devel
Message-ID <CAPoyBqSK+CBkeYGGzvRtvpZosOzZEL8QhL+NBPoXiSmiikFB3g__5567.89319250441$1769506187$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Build Cache Extension 1.2.2.

Build cache is an extension that improves the efficiency of large Maven builds.

A combination of features achieves that:
- Incremental builds work on the modified part of the project graph part only
- Subtree support for multimodule projects builds part of the codebase
in isolation
- Project state restoration (partial) avoids repeating expensive tasks
like code generation
- etc...

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

Release Notes -
https://github.com/apache/maven-build-cache-extension/releases/tag/maven-build-cache-extension-1.2.2


Enjoy,
-The Apache Maven team