Question re. the Maven scm-plugin:
http://maven.apache.org/scm/plugins/usage.html
Example, in pom.xml:
<scm>
<connection>scm:svn:http://somerepository.com/svn_repo/trunk</connection>
<developerConnection>scm:svn:https://somerepository.com/svn_repo/trunk</developerConnection>
<url>http://somerepository.com/view.cvs</url>
</scm>
What exactly ...