You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Roberto Castro <ro...@cetip.com.br> on 2004/07/16 21:24:23 UTC

SCM plugin - How can I configure password to connect to CVS serve r?

Hi, I need to ckeckout source code from CVS in order to build my project,
but, I didn't find where can I configure the password of CVS's computer. 
Could anyone give me a help?
	Regards,

     Roberto de Castro 
     Analista de Suporte 
     Cetip - Desus Rio de Janeiro 
     +55 21 2276-7439 
     mailto:robertoc@cetip.com.br 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: SCM plugin - How can I configure password to connect to CVS serve r?

Posted by Dion Gillard <di...@gmail.com>.
Since the scm plugin uses CVS, just do a cvs login.

On Fri, 16 Jul 2004 16:24:23 -0300, Roberto Castro
<ro...@cetip.com.br> wrote:
> Hi, I need to ckeckout source code from CVS in order to build my project,
> but, I didn't find where can I configure the password of CVS's computer.
> Could anyone give me a help?
>         Regards,
> 
>      Roberto de Castro
>      Analista de Suporte
>      Cetip - Desus Rio de Janeiro
>      +55 21 2276-7439
>      mailto:robertoc@cetip.com.br
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: SCM plugin - How can I configure password to connect to CVS serve r?

Posted by Alwyn Schoeman <al...@gmail.com>.
If you don't want to specify the password in the reposistory element
of your project.xml file,
then the only alternative I know about is to use ssh and have it set
up so that your user is automatically authenticated using
certificates.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org