Hi there,

I have just started to use maven and I'm really impressed. I am having a
problem with using CVS/SSH with it though. I have a CVS repository that
I'm accessing successfully using an SSL certificate. I wanted to get
maven to do this to so I used the following repository setting for the
cart module:

  <repository>
    <connection>
      scm:cvs:ext:[EMAIL PROTECTED]:/var/repository/cvs:cart
    </connection>
  </repository>

When maven tries a maven:dist-build, I get the following error:

dist-checkout-sources:
   [delete] Deleting directory /home/peters/projects/j2ee/cart/target
    [mkdir] Created dir: /home/peters/projects/j2ee/cart/target/cart

    [touch] Creating /home/peters/projects/j2ee/cart/target/cart
    /DIST_BUILD_DIRECTORY
      [cvs] cvs checkout: CVSROOT password specification is only valid
for
      [cvs] cvs checkout: pserver connection method.
      [cvs] cvs [checkout aborted]: Bad CVSROOT.

I don't understand why it's talking about the pserver connection method
when I've specified something different. Does anyone know what is going
wrong?

--wiz


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

Reply via email to