Re: Maven return code 502, ReasonPhrase:notresolvable

2017-08-13 Thread Mehul Sanghvi
I upgraded my Nexus OSS server to version 2.14.5-02, and I still see the same issue. All new builds that I have get affected by this, unless I manually copy the artefacts from an existing local maven repository. I have rebuilt the metadata, re-built the indexes, etc. as well. Still the same

Re: Maven return code 502, ReasonPhrase:notresolvable

2017-08-13 Thread Mehul Sanghvi
Hi Karl, I will see what happens with the version change from 1.3 of maven-antrun-plugin, I will try to take a look into that and see if I can make those changes. Looking in the POM file there is no version specified for it explicitly. I'll have to see where that is coming from.

Re: Maven return code 502, ReasonPhrase:notresolvable

2017-08-13 Thread Karl Heinz Marbaise
Hi, first recommendation I can give is upgrade the plugin versions cause 1.3 from 2008 ...is really old... furthermore error code 502 is "Bad Gateway"...do you have an Apache http server between you and the Nexus ? Or do you use Nexus plain...? Sounds like an issue on network level...Or bad

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.2.0 Released

2017-08-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Archiver Version 3.2.0 https://maven.apache.org/shared/maven-archiver/ You should specify the version in your project: org.apache.maven.shared maven-archiver 3.2.0 Important Note: *