Hi all,
I don't understand if I should post this message on SCM ml or here...

I'm trying to run a simple "mvn scm:status" command on a test project on
CVS.

My scm group is right, in fact mvn scm:validate tell me that the connection
string is valid.

In my connection I specify password in plain text, but in the console I see:
Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/data/cvs/test -n
-q update -d
[INFO] Working directory: C:\projects\maven\MvCommonCvs
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
Password.
.......................................

Note that in the console the password is not reported....

But, If I copy the command above:
cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/data/cvs/test -n -q update
-d
and if I add manually the password after the : and before @ the command
works fine!

WHY MVN SCM DOESN'T TAKE CARE OF MY PASSWORD OMITTING IT WHEN IT EXECUTES
CVS COMMANDS?

Thank you very much in advance,
best regards
Raffaele

-- 
View this message in context: 
http://www.nabble.com/-SCM--wrong-password-problem-tf4587005s177.html#a13093335
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to