Please ignore this, I had a typo somewhere else that was causing the issue.
Gerald > -----Original Message----- > From: Nunn, Gerald > Sent: Tuesday, January 16, 2007 9:24 AM > To: 'users@maven.apache.org' > Subject: scm:update connectionUrl error > > I am trying to get CVS working with Maven 2.0.4 and have defined the > following in pom.xml: > > <scm> > > <connection>scm:cvs:ssh;username=xxxx;password=xxxx;hostname=xx.xx.xx.xx:/cvs/cvs1/cvsroot</connection> > > <developerConnection>scm:cvs:ssh;username=xxxx;password=xxxx;hostname=xx.xx.xx.xx:/cvs/cvs1/cvsroot</developerConnection> > </scm> > > When I run scm:update, it gives me the following error: > > "You need to define a connectionUrl parameter" > > I have the connection configured though as per the pom.xml snippet shown > earlier, what am I missing here? > > Cheers, > > Gerald