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 中配置&lt;scm&gt; 元素时,&lt;url&gt; 标签的作用是什么?

来自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> 元素是做啥用的?的主要内容,如果未能解决你的问题,请参考以下文章

Maven 执行错误:SCM

在 maven-scm-publish-plugin 中使用备用 scm 提供程序

maven-release-plugin 标签创建

Maven 发布:准备没有这样的提供者:'svn+ssh'

使用maven-scm-plugin连接到GitLab

当您使用 git 时,Maven pom.xml - <scm> 内的 <tag> 元素的用法是啥