Re: peer not authenticated error

2022-06-13 Thread Rick Hillegas
Thanks, Tamas. On your advice, I updated the top level pom to refer to version 26 of the parent apache pom. This caused the maven-antrun-plugin to object that a major upgrade had obsoleted the element. I was advised to change to . I did that too. However, I am still seeing "peer not

Re: peer not authenticated error

2022-06-13 Thread Tamás Cservenák
Howdy, Well, sadly I see that svn tag is in place, but the very first observation I have is that due to ancient parent Apache POM version 10, you use ancient plugins despite the latest Maven being used. Please try to upgrade parent to current one (current version is 26). So in here

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 command eventually fails

Re: maven-wrapper-3.1.1 breaks MVNW_REPOURL?

2022-06-13 Thread Dan Tran
found this jira - :-) https://issues.apache.org/jira/projects/MWRAPPER/issues/MWRAPPER-68 -D On Mon, Jun 13, 2022 at 2:29 AM Dan Tran wrote: > > Hi > > After upgrading from 3.1.0 to 3.1.1, we are seeing the following download > error > > > *23:18:36* Exception in thread "main"

maven-wrapper-3.1.1 breaks MVNW_REPOURL?

2022-06-13 Thread Dan Tran
Hi After upgrading from 3.1.0 to 3.1.1, we are seeing the following download error *23:18:36* Exception in thread "main" java.io.FileNotFoundException: https://my.comp.com/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip where it should be