In the end I remembered that I had a similar problem before and that it was caused by the component selecting a maven release plugin that was too old for Nexus to accept.
I was able to get around this by explicitly selecting the latest version of the release plugin: mvn org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare mvn org.apache.maven.plugins:maven-release-plugin:2.5.3:perform Cheers, David On 6 March 2017 at 20:27, Jean-Baptiste Onofré <[email protected]> wrote: > Hi David, > > Some week ago, got TLS/authentication issues. Did you check the ping (no > packet lost) ? > > Can you check that your staging profile include the esa-maven-plugin > groupId ? > > Regards > JB > > > On 03/06/2017 06:32 PM, David Bosschaert wrote: > >> Hi all, >> >> I am working on staging a release for esa-maven-plugin 1.0.2. However, >> when >> doing a 'mvn release:perform' I'm getting the error at [1]. >> My ~/.m2/settings.xml contains the correct password and I can log into >> repository.apache.org using that username/password. >> >> Anyone an idea what's going on? I had to use a fairly old maven version >> [2] >> to prepare this release, as with maven 3.3.x I'm getting error [3] during >> release:prepare... >> >> Thanks, >> >> David >> >> [1] [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy >> (default-deploy) >> on project esa-maven-plugin: Failed to deploy artifacts: Could not >> transfer >> artifact org.apache.aries:esa-maven-plugin:jar:1.0.2 from/to >> apache.releases.https ( >> https://repository.apache.org/service/local/staging/deploy/maven2): peer >> not authenticated -> [Help 1] >> >> [2] Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; >> 2013-02-19 13:51:28+0000) >> Java version: 1.6.0_65, vendor: Apple Inc. >> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home >> Default locale: en_US, platform encoding: MacRoman >> OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac" >> >> [3] [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-release-plugin:2.2:prepare (default-cli) >> on >> project esa-maven-plugin: Execution default-cli of goal >> org.apache.maven.plugins:maven-release-plugin:2.2:prepare failed: An API >> incompatibility was encountered while executing >> org.apache.maven.plugins:maven-release-plugin:2.2:prepare: >> java.lang.NoSuchMethodError: >> org.apache.maven.settings.Settings.getRuntimeInfo()Lorg/apac >> he/maven/settings/RuntimeInfo; >> >> > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
