Re: [ALL] hashes of signatures

2016-10-31 Thread Matt Benson
Hi Chas, I saw that change but the hashes of signatures to which I am referring applied to all uploaded artifacts, not just the source archives. :) Matt On Mon, Oct 31, 2016 at 1:06 PM, Chas Honton wrote: > There was an update in parent to prevent excess jars from being

Re: [ALL] hashes of signatures

2016-10-31 Thread Chas Honton
There was an update in parent to prevent excess jars from being attached as artifacts. https://svn.apache.org/viewvc/view=revision=1755904 I don't believe it's been released. Chas > On Oct 31, 2016, at 9:53 AM, Matt Benson wrote: > > Thanks for repying, but that

Re: [ALL] hashes of signatures

2016-10-31 Thread Matt Benson
Thanks for repying, but that seems backward: signatures of hashes. I'm talking about ending up with *.jar.asc.md5 and *.jar.asc.sha1 . :) Matt On Mon, Oct 31, 2016 at 11:32 AM, Stian Soiland-Reyes wrote: > In Commons RDF we used this: > > >

Re: [ALL] hashes of signatures

2016-10-31 Thread Stian Soiland-Reyes
In Commons RDF we used this: org.apache.maven.plugins maven-gpg-plugin **/*.asc **/*.md5

[ALL] hashes of signatures

2016-10-31 Thread Matt Benson
The release procedures mention the problem of these extraneous files in the Nexus staging repo. I have noticed during the last couple of [weaver] release cycles that these files no longer show up and had thought it was something they had fixed on Nexus. Then I rolled a vote candidate for Apache