Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
t how to move past a "peer not authenticated" error. I am trying to stage some 20 jars and corresponding poms via the following command: mvn -Dgpg.passphrase="my secret passphrase" clean deploy I am able to upload most of the artifacts, but the command eventually fails w

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
, So is the "peer not authenticated" error still sporadically happening? Qs: - can you use some LTS java instead of 18? (17 or 11?) - could you execute the build with -e (or -X but this will give you a LOT of logs) and paste the stack trace? - you sure you are directly accessing repo.a.o

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
dy? (I'd go with some LTS rather) Other than that, given the sporadic nature of the error, I really can't say more, maybe some misbehaving proxy in between maven process and repo.apache.org? HTH Tamas On Mon, Jun 13, 2022 at 7:45 PM Rick Hillegas wrote: I need advice about how to

Re: peer not authenticated error

2022-06-14 Thread Slawomir Jaranowski
cze 2022 o 10:00 Tamás Cservenák napisał(a): > Howdy, > > So is the "peer not authenticated" error still sporadically happening? > > Qs: > - can you use some LTS java instead of 18? (17 or 11?) > - could you execute the build with -e (or -X but this will give you a LOT

Re: peer not authenticated error

2022-06-14 Thread Tamás Cservenák
Howdy, So is the "peer not authenticated" error still sporadically happening? Qs: - can you use some LTS java instead of 18? (17 or 11?) - could you execute the build with -e (or -X but this will give you a LOT of logs) and paste the stack trace? - you sure you are directly accessin

Re: peer not authenticated error

2022-06-13 Thread Rick Hillegas
say more, maybe some misbehaving proxy in between maven process and repo.apache.org? HTH Tamas On Mon, Jun 13, 2022 at 7:45 PM Rick Hillegas wrote: I need advice about how to move past a "peer not authenticated" error. I am trying to stage some 20 jars and corresponding poms via t

Re: peer not authenticated error

2022-06-13 Thread Tamás Cservenák
.org? HTH Tamas On Mon, Jun 13, 2022 at 7:45 PM Rick Hillegas wrote: > I need advice about how to move past a "peer not authenticated" error. > > I am trying to stage some 20 jars and corresponding poms via the > following command: > >mvn -Dgpg.passphrase="

peer not authenticated error

2022-06-13 Thread Rick Hillegas
I need advice about how to move past a "peer not authenticated" error. I am trying to stage some 20 jars and corresponding poms via the following command:   mvn -Dgpg.passphrase="my secret passphrase" clean deploy I am able to upload most of the artifacts, but the comma