I am a little confused. According to: https://maven.apache.org/guides/mini/guide-http-settings.html
Maven 3.0.4 defaults to pre-emptive authentication for HTTP PUTs. According to my haproxy logs, each PUT is done twice: 1. PUT happens, receives a 401 response from Nexus 2. PUT happens, receives a 201 response from Nexus Our installed version: ii maven 3.0.4-2 Java software project management and comprehension tool Is the documentation simply wrong or am I somehow mis-interpreting things? Thanks, James