You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): deploy BOMs separately in snapshot workflow
The central-publishing-maven-plugin deploys each module individually
for SNAPSHOTs. When BOMs deploy in the same reactor, they may fetch
metadata for recently deployed artifacts and hit a server-side
inconsistency window between maven-metadata.xml and its checksum
file, causing checksum validation failures. Splitting the deploy
into two invocations avoids this race condition.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Marc Nuri <[email protected]>
0 commit comments