How does the checksum generation work when publishing artifacts to maven repository (using mvn deploy plugin or gradle maven-publish plugin)? Is it the plugin or the remote repository host that generates the checksum?
If the remote repository generates the checksum, how to verify that the artifact was uploaded "safely" to the remote repository?