[
https://issues.apache.org/jira/browse/RNG-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060207#comment-16060207
]
Artem Barger edited comment on RNG-31 at 6/23/17 1:09 PM:
----------------------------------------------------------
https://github.com/apache/commons-rng/pull/4
I've pushed PR which adds checksum plugging, hence to produces hash files for
artifacts it has to be executed as
`mvn clean assembly:single checksum:artifacts`
It turns that assembly plugging is not able to generate checksums.
was (Author: c0rwin):
https://github.com/apache/commons-rng/pull/4
I've pushed PR which adds checksum plugging, hence to produces hash files for
artifacts it has to be executed as
```mvn clean assembly:single checksum:artifacts```
It turns that assembly plugging is not able to generate checksums.
> Missing signature and checksum files (release process)
> ------------------------------------------------------
>
> Key: RNG-31
> URL: https://issues.apache.org/jira/browse/RNG-31
> Project: Commons RNG
> Issue Type: Sub-task
> Reporter: Gilles
> Fix For: 1.1
>
>
> Module "dist-archive" contains a
> {noformat}
> src/assembly
> {noformat}
> directory for creating distribution files.
> The command
> {noformat}
> mvn assembly:single
> {noformat}
> create the "tar.gz" and ".zip" files but not the corresponding ".asc", ".md5"
> and ".sha1" files.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)