You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Bernd Mau <Ma...@hhla.de> on 2005/10/20 14:30:58 UTC

SCM: cvs user

Hi,

how can I avoid to specify the cvs user in the pom? Now my connection
looks like this:

   
<developerConnection>scm:cvs:pserver:<username>@<servername>:<path>:<module></developerConnection>
 
This works fine, with the .cvspass. But the user is always the same. Is
it possible to specify the user in the settings.xml, like it can be done
for the repository server?

Thanks.
Bernd


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


Re: SCM: cvs user

Posted by Edwin Punzalan <ep...@exist.com>.
The developer section is not meant to store username/password. 
servername, path, module is already enough.

Do you have a plugin that utilizes this connection?  I'm sure that 
plugin have a configurable username/password outside of pom.xml like -D 
in CLI


Bernd Mau wrote:

>Hi,
>
>how can I avoid to specify the cvs user in the pom? Now my connection
>looks like this:
>
>   
><developerConnection>scm:cvs:pserver:<username>@<servername>:<path>:<module></developerConnection>
> 
>This works fine, with the .cvspass. But the user is always the same. Is
>it possible to specify the user in the settings.xml, like it can be done
>for the repository server?
>
>Thanks.
>Bernd
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>

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