[
https://issues.apache.org/jira/browse/MASSEMBLY-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934582#comment-17934582
]
Martin Lichtin commented on MASSEMBLY-1033:
-------------------------------------------
currently we're doing this with the help of two other plugins
* exec-maven-plugin to run something like "{color:#000000}find . -type f -exec
sha512sum {} + > ../${assembly.sha}{color}", to create the .sha file
* build-helper-maven-plugin 'attach-artifact' to let Maven know about the .sha
file
> Optionally create an accompanying checksum file
> -----------------------------------------------
>
> Key: MASSEMBLY-1033
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-1033
> Project: Maven Assembly Plugin
> Issue Type: New Feature
> Reporter: Martin Lichtin
> Priority: Major
>
> Use case would be
> * plugin creates a assembly.zip file
> * plugin optionally creates a assembly.sha file
> ** containing a checksum line for each file in assembly.zip
--
This message was sent by Atlassian Jira
(v8.20.10#820010)