0

在 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>
4

1 回答 1

1

如果您设置了viewCV或其他一些工具,可以让您通过网络浏览器访问您的代码,那么您可以将 URL 放在这里。

于 2012-01-12T17:34:05.510 回答