hashes in download directory

Tom Zeller tzeller at dragonacea.biz
Wed Mar 11 16:06:24 EDT 2015


On Wed, Mar 11, 2015 at 12:29 PM, Brent Putman <putmanb at georgetown.edu> wrote:
> So just noting that Maven/Nexus already does 2 of them for us, so really no
> reason to duplicate, unless it's easier with a script.  But I have found
> using wget to be painless for this, as mentioned in the release process.

I generated hashes because [md5|shaX]sum -c <hash> does not work for
the hashes generated by Maven, AFAIK.

> I was also wondering (starting looking in Maven docs and got sidetracked)
> whether there was a way to have Maven also generate SHA256, SHA512, etc
> hashes during a 'deploy', instead of or in addition to the MD5 and SHA1
> ones.

That would be good to know, as well as how to compare those hashes
outside of Maven.


More information about the dev mailing list