setup-java/src
copilot-swe-agent[bot] 7cec43d3da
feat: add .mvn/extensions.xml to Maven cache key pattern
Closes #990

Maven build extensions declared in `.mvn/extensions.xml` can introduce
additional plugin dependencies (e.g. lifecycle participants, custom
packaging types). Including this file in the cache key hash ensures that
changes to extensions — which affect what plugin JARs Maven downloads —
properly invalidate the cache, preventing stale caches from missing
newly-required plugin dependencies.

Changes:
- src/cache.ts: add `**/.mvn/extensions.xml` to Maven pattern array
- __tests__/cache.test.ts: update pattern expectations; add new test
- README.md: document the new file in the Maven cache key hash list
2026-06-22 19:23:39 +00:00
..
distributions feat: add microsoft openjdk 17.0.18 (#1002) 2026-06-22 11:56:08 -04:00
auth.ts Add and configure ESLint and update configuration for Prettier (#458) 2023-03-09 14:49:35 +02:00
cache.ts feat: add .mvn/extensions.xml to Maven cache key pattern 2026-06-22 19:23:39 +00:00
cleanup-java.ts Upgrade Node to v20 (#558) 2023-11-29 15:11:46 +01:00
constants.ts feat: implement cache-dependency-path option to control caching dependency (#499) 2023-11-22 16:43:14 +01:00
gpg.ts Add and configure ESLint and update configuration for Prettier (#458) 2023-03-09 14:49:35 +02:00
setup-java.ts Added .tool-versions file support (#606) 2024-03-12 08:45:42 -05:00
toolchains.ts Bump prettier from 2.8.8 to 3.6.2 (#873) 2025-09-09 10:02:46 -05:00
util.ts fix: reject non-semver candidate versions in isVersionSatisfies (#1009) 2026-06-17 22:47:02 -05:00