Re: Fixed: Unable to upload release artifacts to Apache's nexus

2013-11-01 Thread Kristian Rosenvold
I agree totally that the focus of the output on error is just so /wrong/. Do we know if anyone actually depends on the order/format of these things ? Kristian 2013/11/1 Martijn Dashorst : > My biggest gripes with Maven in this situation are two fold: > > 1. an error message that can be much more

Re: Fixed: Unable to upload release artifacts to Apache's nexus

2013-11-01 Thread Martijn Dashorst
My biggest gripes with Maven in this situation are two fold: 1. an error message that can be much more descriptive as the exception appears to be SSLPeerUnverifiedException. The message that is logged by Maven: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6

Fixed: Unable to upload release artifacts to Apache's nexus

2013-11-01 Thread Martijn Dashorst
It appears that I was unable to upload a pending release to the repository.apache.org nexus while I am able to log in to the web interface using my credentials. The log of maven gives as reason: "Peer not authenticated" While it is probably completely clear what this descriptive message mean