Apache Maven Build Cache Extension

Clone this repo:
  1. 69319d7 Break dependency on assert4j (#447) by Elliotte Rusty Harold · 9 hours ago master
  2. 0a6d747 Let forked lifecycles of run-goals save to the cache (#524) by Olivier Lamy · 2 days ago
  3. fa8b8ff [maven-release-plugin] prepare for next development iteration by Olivier Lamy · 12 days ago
  4. b875ae9 [maven-release-plugin] prepare release maven-build-cache-extension-1.3.0 by Olivier Lamy · 12 days ago maven-build-cache-extension-1.3.0
  5. b67f4a9 Support build caching for single-goal and forked-lifecycle executions (#522) by Olivier Lamy · 12 days ago

Apache Maven Build Cache Extension

Apache License, Version 2.0, January 2004 Maven Central Jenkins Status Jenkins tests

This project provides a Build Cache Extension feature which calculates out-of-date modules in the build dependencies graph and improves build times by avoiding re-building unnecessary modules. Read cache guide for more details.

Requires Maven 3.9+ (MNG-7391).

Running Integration Tests

Test coverage, Testing approach

Full test suite

# Maven 3.9 (default)
mvn verify -Prun-its

# Maven 3.10
mvn verify -Prun-its,maven3.10

Maven 4 support is incoming (waits for 4.0.0-rc-6).

Smoke profile (quick developer check)

The run-its-smoke profile runs a focused subset of ~42 integration tests annotated with @Tag("smoke"). It covers the most critical cache behaviours plus at least one test per Maven project flavour (P01–P19) and per major cache trait (F1–F13). Typical runtime is significantly shorter than the full suite.

# Maven 3.9 (default)
mvn verify -Prun-its-smoke

# Maven 3.10
mvn verify -Prun-its-smoke,maven3.10

Tests are selected via the JUnit 5 tag smoke. To add a new test to the smoke profile, annotate its class with @Tag("smoke").

License

This code is under the Apache License, Version 2.0, January 2004.

See the NOTICE file for required notices and attributions.

Apache Maven X Account Apache Maven Bluesky Account Apache Maven Mastodon Account