On Thu, 21 Sep 2017 07:47:07 +0200, Stefan Bodewig wrote:
On 2017-09-20, Gilles wrote:

[...]

Unfortunately I cannot answer the question about signatures for
modular
builds, I'm not really a maven person. What I can say is that I never
invoke any "assembly" goal when I create a release, the signatures
are
created as a byproduct of running "deploy".

"deploy" will upload to the nexus server, and there is no
problem (signatures are generated automagically).

mvn deploy -Ptest-deploy -Prelease

creates all signatures but doesn't actually perform the upload. This is
what I use.

What this command did not do is create the checksum and
signature for the _full_ distribution (the only _official_
one IIUC) made available here:
  http://commons.apache.org/proper/commons-rng/download_rng.cgi

In the source repository, there is a directory only meant
to create the above "distribution" files (archive, checksum
and signature):
https://git1-us-west.apache.org/repos/asf?p=commons-rng.git;a=tree;f=dist-archive

What should be the contents of the "pom.xml" file there so
that it will generate the checksum and signature?

[Or, is there an alternative way to get the same result?]

Thanks,
Gilles


Stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to