Apache Maven Build Cache Extension

Clone this repo:
  1. 051a319 Only set the project artifact if it is the actual JAR (#453) by Daniel Mensinger · 29 hours ago master
  2. 6a48e05 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to 3.10.1 (#484) by dependabot[bot] · 2 days ago
  3. 5032c5d fix: #480 - execute blocking hostname resolution asynchronously and implement timeout and caching (#481) by marcuslinke · 4 days ago
  4. dc7069f Issue #423 add an IT and a fix (#482) by Olivier Lamy · 7 days ago
  5. 929bed8 Bump com.google.guava:guava by dependabot[bot] · 9 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 4 (default)
mvn verify -Prun-its

# Maven 3
mvn verify -Prun-its,maven3

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 4
mvn verify -Prun-its-smoke

# Maven 3
mvn verify -Prun-its-smoke,maven3

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