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 generation of checksums for nexus uploads of maven artifacts
It seems that Sonatype only staerted validating artifact checksums
since the nexus-upload.sh script was written. And it rejects our
checksums! The problem turns out to be that our checksum files ended
in a newline, but nexus wants them chomped.
0 commit comments