Re: problem using maven to gpg-sign to and upload release artifacts to the nexus repository

2022-06-09 Thread Allen Wittenauer
> On Jun 9, 2022, at 7:51 AM, Rick Hillegas wrote: > > Thanks for the quick response, Maxim. > > Yes, my credentials are in ~/.m2/settings.xml. Maven is able to upload > artifacts and checksums, so the credentials are good. It's the gpg-signing > bit that's broken. > > No, I can't ssh to r

Re: problem using maven to gpg-sign to and upload release artifacts to the nexus repository

2022-06-09 Thread Rick Hillegas
Thanks for the quick response, Maxim. Yes, my credentials are in ~/.m2/settings.xml. Maven is able to upload artifacts and checksums, so the credentials are good. It's the gpg-signing bit that's broken. No, I can't ssh to repository.apache.org:   mainline (17) > ssh rhille...@repository.apac

Re: problem using maven to gpg-sign to and upload release artifacts to the nexus repository

2022-06-09 Thread P. Ottlinger
Hi Rick, apart from the stuff Maxim mentioned I needed to pass my apache credentials during the release: $ mvn release:perform -Dusername=yourApacheId -Dpassword=yourPW HTH Phil Am 09.06.22 um 01:22 schrieb Rick Hillegas: 2) But if maven publication is required and gpg signatures are requir