Commit b560a9b
fixup! feat: add Maven (
fixup! feat: add Maven (`mvn`) command support with 7 subcommands (#338)
Address PR #368 review comments:
- Fix multi-module test accumulation (aggregate vs per-class lines)
- Tighten test name heuristic (exclude stack traces and error messages)
- Add Failsafe warning for `integration-test` deferred reporting
- Extract `run_mvn_filtered` helper (eliminate ~280 lines of duplication)
- Fix 6-part classifier coordinate parsing in dependency:tree
- Fix over-broad `Building ` noise filter (preserve jar/war lines)
- Replace raw byte indexing with safe `strip_prefix`
- Add mvnd detection and discovery rules
- Add missing subcmd_savings (package, install, integration-test)
Co-Authored-By: Claude Opus 4.6 <[email protected]>mvn) command support with 7 subcommands (#338)1 parent cdcd2e2 commit b560a9b
2 files changed
Lines changed: 251 additions & 307 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
314 | 317 | | |
315 | 318 | | |
316 | 319 | | |
| |||
0 commit comments