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): use lax checksums for snapshot deploy step
Remote SNAPSHOT metadata (maven-metadata.xml) on the Sonatype server
can have persistent checksum inconsistencies. The -C (strict checksums)
flag in MAVEN_ARGS makes these fatal. Adding -c (lax checksums) to the
deploy step overrides this, allowing the build to warn and continue
instead of failing.
Also reverts the split deploy (separate BOM invocation) since lax
checksums makes it unnecessary.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Marc Nuri <[email protected]>
0 commit comments