Commit 1c64efd
fixup! feat: add Maven (
fixup! feat: add Maven (`mvn`) command support with 7 subcommands (rtk-ai#338)
Address PR rtk-ai#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 (rtk-ai#338)1 parent 26232db commit 1c64efd
2 files changed
+251
-307
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| |||
0 commit comments