在pom.xml中配置<scm>
元素时,用于<url>
标记的是什么?
来自http://maven.apache.org/scm/plugins/usage.html的示例:
<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>