Re: problem when deploying to nexus with a password with accent

2017-06-29 Thread djeanprost
Issue created in maven jira : MNG-6245 -- View this message in context: http://maven.40175.n5.nabble.com/problem-when-deploying-to-nexus-with-a-password-with-accent-tp5910070p5910528.html Sent from the Maven - Users mailing list archive at

Re: problem when deploying to nexus with a password with accent

2017-06-26 Thread djeanprost
After debugging, I managed to prove that my password is loaded from settings.xml correctly. What I'm about to check is that is it correctly handled by http transport during deploy. If someone can give me a hint for the class name I should look at, he's welcome. dom -- View this message in

Re: problem when deploying to nexus with a password with accent

2017-06-19 Thread djeanprost
Hello Gary, Thank you for helping. I double check that my password is correctly written and encoded in UTF-8 in my settings.xml. I also sniffed network traffic between my maven and nexus, and the authorization string header contains a ? instead of é. For what I can understand, it seems that

Re: problem when deploying to nexus with a password with accent

2017-06-16 Thread Gary Gregory
Make sure the XML is saved in the encoding that matches the XML processing instruction, usually UTF-8. Gary On Jun 16, 2017 7:57 AM, "djeanprost" wrote: > Hello, > > I'm meeting a problem I can't deal with, and I hope someone here will help > me find a