Re: Welcome Guillaume Nodet as new Maven Committer

2021-05-27 Thread Olivier Lamy
Salut et bienvenue! (sorry guys but pardon my french :) ) On Wed, 26 May 2021 at 17:23, Martin Kanters wrote: > Welcome! Great to have you on board, Guillaume! > > Martin > > Op di 25 mei 2021 om 19:20 schreef Robert Scholte : > > > Hi, > > > > On behalf of the Apache Maven PMC I am pleased to

Re: Welcome Guillaume Nodet as new Maven Committer

2021-05-27 Thread Maarten Mulders
Happy to have you on board, Guillaume! Maarten On 25/05/2021 19:19, Robert Scholte wrote: Hi, On behalf of the Apache Maven PMC I am pleased to announce that Guillaume Nodet has been voted in as new Apache Maven committer and he has accepted this invitation. Welcome on board and have a lot

Re: [maven-gpg-plugin] Unable to sign artifacts with SHA-256 or higher

2021-05-27 Thread Konrad Windszus
Look at https://issues.apache.org/jira/browse/MPOM-244 which should solve this for ASF projects. Konrad > On 27. May 2021, at 13:29, Janardhan wrote: > > Thank you, for the generous response. > > The file hashes are created by maven-resolver,

Re: [maven-gpg-plugin] Unable to sign artifacts with SHA-256 or higher

2021-05-27 Thread Janardhan
Thank you, for the generous response. The file hashes are created by maven-resolver, which supports SHA-512 since > version 1.5.0 ( https://issues.apache.org/jira/browse/MRESOLVER-56 ). > If I remember correctly maven-resolver 1.5+ is included since Maven 3.8.1. > So you would have to update your

Re: [maven-gpg-plugin] Unable to sign artifacts with SHA-256 or higher

2021-05-27 Thread Michael Osipov
Am 2021-05-26 um 09:14 schrieb Janardhan: Hi Maven team, TL;DR: Can we sign (SHA-512) artifacts with gpg plugin and how?. Thanks. This is not signing, this is just a checksum for transport bitrot. If you need SHA-2 hashes use Resolver's new property for this.