Commit a11ca53
build: move NOTICE check to verify phase (#2526)
The maven-notice-plugin check was bound to the validate phase, the
first phase of the build lifecycle, so any local compile/test run
would fail on a stale NOTICE file before reaching compilation. Moving
it to verify keeps the check enforced for full builds (mvn verify,
install) while no longer gating iterative compile/test cycles.
Claude-Session: https://claude.ai/code/session_014bfbZJZz7o45q4S1mikU1A
Co-authored-by: Claude <noreply@anthropic.com>1 parent 03127d9 commit a11ca53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments