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 Nab

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 contex

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 maven

problem when deploying to nexus with a password with accent

2017-06-16 Thread djeanprost
Hello, I'm meeting a problem I can't deal with, and I hope someone here will help me find a solution. I want to deploy an artifact to my running nexus 2.14.x. I can log in nexus using my login/password. My password contains a french accent 'é'. When I fill my settings.xml with my clear password

users@maven.apache.org

2013-09-26 Thread djeanprost
The solution I found is to write a groovy script : import org.sonatype.plexus.components.cipher.DefaultPlexusCipher @Grab(group='org.sonatype.plexus', module='plexus-cipher', version='1.7') class MavenEncrypt { static void main(args) { DefaultPlexusCipher cipher = new DefaultPlexusCip

users@maven.apache.org

2013-09-26 Thread djeanprost
with double ampersand, problem is still there C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password toto&&titi {6coO4Ogj1ckH5QYSj8ZymSBzyC1y9WlTdVdPaTYQLLU=} 'titi' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. dom --

users@maven.apache.org

2013-09-26 Thread djeanprost
Doesn't seem to be better : C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password toto^&titi 'titi' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. {fepRzHofytAHYHH2O53qUS3yk/BlA7llKY8gunb2O2o=} -- View this message in c

users@maven.apache.org

2013-09-26 Thread djeanprost
forgot to add maven version : C:\outillivraison\outillivraison-1.0-beta2>mvn --version Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: C:\bin\apache-maven-3.0.5\bin\.. Java version: 1.6.0_38, vendor: Sun Microsystems Inc. Java home: C:\bin\jdk1.

users@maven.apache.org

2013-09-26 Thread djeanprost
Hello, I'm trying to use maven password encryption feature. My problem is that the password I'm trying to encrypt contains the charatcter "&" (ampersand). Because of this, the command line does not work ran in Windows cli. C:\outillivraison\outillivraison-1.0-beta2>mvn --encrypt-password toto&tit