I want to generate a reproducible checksum for my output files (e.g. *.jar) such that other developers or testers could notice when there are any changes. From reproducible builds website https://reproducible-builds.org/docs/jvm/, I could now generate a checksum in .buildinfo file with mvn artifact:buildinfo.
However from online, I found there are very few resources or examples related to that. I doubt if it is a good way to do so or if there are any best practices related to that. Grateful if anyone could provide me some suggestions or references. Thanks!