Maven:<scm> 配置中的 <url> 元素是做啥用的?
Posted
技术标签:
【中文标题】Maven:<scm> 配置中的 <url> 元素是做啥用的?【英文标题】:Maven: What is the <url> element in the <scm> config used for?Maven:<scm> 配置中的 <url> 元素是做什么用的? 【发布时间】:2012-01-12 17:01:05 【问题描述】:在 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>
【问题讨论】:
【参考方案1】:如果您设置了viewCV 或其他一些工具,可让您通过网络浏览器访问您的代码,那么您可以将 URL 放在这里。
【讨论】:
谢谢!如果插件页面记录了这一点会很好。以上是关于Maven:<scm> 配置中的 <url> 元素是做啥用的?的主要内容,如果未能解决你的问题,请参考以下文章