Hi All, My configuration details are as below 1. Maven SCM Plug In 1.5 2. Source Control Repository CVS I am doing something very simple, that is checkout a project from a cvs repository. Command is as below:- maven scm:bootstrap - Dmaven.scm.url=scm:cvs:pserver:[EMAIL PROTECTED] :NAOL_Conversion_2_NKP_R5/CodeTableEJB NAOL_Conversion_2_NKP_R5 is branch name and CodeTableEJB is the project name. I get the error build:start:
scm:find-connection: [echo] Using connection: scm:cvs:pserver:[EMAIL PROTECTED] :commonearproject scm:checkout: [echo] Checking out scm:cvs:pserver:[EMAIL PROTECTED] :commonearproject BUILD FAILED File...... C:\Documents and Settings\choudhsa\.maven\cache\maven- scm-plugin-1.5\plugin.jelly Element... scm:checkout Line...... 110 Column.... 233 The scm url is invalid. Total time: 4 seconds Finished at: Sun Jul 31 19:43:24 PDT 2005 What is it I am doing wrong? How can I specify my cvs password? (other than setting it in properties file). As you can see, I am using pserver and not ssh. Please advice. Thanks, Sanjay
