Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
34422
f492fbfb fix(maven): include test sources in testCompile task hash The `maven-compiler-plugin:testCompile` Nx target hash never included test source files due to two compounding bugs: 1. CacheConfig used parameter name `testCompileSourceRoots`, but the Maven compiler plugin descriptor names the field `compileSourceRoots` for both compile and testCompile mojos. MojoAnalyzer looked it up, got null, and silently skipped it. 2. MavenExpressionResolver had a special-case that resolved by parameter name instead of the default-value expression. Since both mojos share the name `compileSourceRoots`, testCompile always got main sources. Fix: use correct parameter name in CacheConfig and remove the broken special-case, letting the existing resolveCollectionParameter path handle it via the default-value expression. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 days ago
by MaxKless
M
Previous page
Previous
Next
Next page