This is working with CVS. Following is what I have in my pom.xml. (Even the 'url' is not required.)
<scm>
<connection>scm:cvs:pserver:sumedha@200.200.200.200:/cvs/repository:myproject</connection>
<url>http://200.200.200.200/cvs/viewcvs.cgi/myproject/</url>
</scm> |