Hi, The Apache Maven team is pleased to announce the release of Apache Maven Build Cache extension 1.0.1.
The Build cache is an extension targeted to simplify and make more efficient work with large builds in Maven. With features such as incremental builds work on the modified part of the project graph part only, project state restoration (partial) to avoid expensive tasks (code generation and similar), etc. More details are available here: https://maven.apache.org/extensions/maven-build-cache-extension/index.html For a quick start please refer to the "Getting Started" page: https://maven.apache.org/extensions/maven-build-cache-extension/getting-started.html Release Notes - Maven Build Cache Extension - Version 1.0.1 ** Bug * [MBUILDCACHE-25] - Project processed multiple time in presence of forked executions * [MBUILDCACHE-42] - the CLI maven.build.cache.enabled=false is not honoured * [MBUILDCACHE-44] - Running duplicate maven phase leads to IllegalStateException and cache miss * [MBUILDCACHE-51] - Broken link to maven-build-cache-config.xml template on Getting Started page * [MBUILDCACHE-56] - NPE with mojo parameters not declared as fields (prevent any saving of cache) ** Improvement * [MBUILDCACHE-34] - Improve IT test execution * [MBUILDCACHE-46] - Add maven.build.cache.remote.enabled parameter * [MBUILDCACHE-48] - Add ability to disable caching on a per-module level * [MBUILDCACHE-52] - Use current latest release in Getting Started snippet * [MBUILDCACHE-57] - Configure remote url/remote server id with command line property ** Task * [MBUILDCACHE-43] - Change the output directory from `incremental-maven` to `build-cache` ** Dependency upgrade * [MBUILDCACHE-39] - Upgrade to maven-parent pom 39 * [MBUILDCACHE-40] - Upgrade to maven 3.9.0 Have fun, The Apache Maven team