nicoulaj / checksum-maven-plugin

Compute Maven project artifacts/dependencies/files checksum digests.
https://checksum-maven-plugin.nicoulaj.net
Apache License 2.0
42 stars 40 forks source link

"files" goal should have "appendFilename" option #136

Open reckart opened 2 years ago

reckart commented 2 years ago

The "artifacts" goal has an option "appendFilename" which allows using e.g. sha512sum -c blah.sha512 to be used to validate the checksum. It would be nice if the "files" goal would also have that option.