On 05/01/06, Mayorgaadame, Alex <[EMAIL PROTECTED]> wrote:
> Why do I keep getting this error:
>
> sun4-cross: mvn scm:update>
> Embedded error: Exception while executing SCM command.
> password is required

> In POM I have:
>
>     <scm>
>       <connection>scm:cvs:pserver:[EMAIL 
> PROTECTED]:/export1/cvsrep/gtpl:sampleProject</connection>
>       <developerConnection>scm:cvs:pserver:[EMAIL 
> PROTECTED]:/export1/cvsrep/gtpl:sampleProject</developerConnection>
>     </scm>
>
> Even thought the CVS has no password for my user and I've already checked out 
> the project via CVS without password.
>

Try
     
<connection>scm:cvs:pserver:me:@server:/export1/cvsrep/gtpl:sampleProject</connection>
That should do it. (It specifies an empty password, between your
username and your @server)

HTH,

g

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

Reply via email to