Skip to content

Commit a11ca53

Browse files
jfallowsclaude
andauthored
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

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
</configuration>
283283
<executions>
284284
<execution>
285-
<phase>validate</phase>
285+
<phase>verify</phase>
286286
<goals>
287287
<goal>check</goal>
288288
</goals>

0 commit comments

Comments
 (0)