0
當在pom.xml中配置<scm>
元素時,<url>
標籤用於什麼?從http://maven.apache.org/scm/plugins/usage.htmlMaven:<scm>配置中的<url>元素用於什麼?
例子:
<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>
謝謝!如果插件頁面記錄的話會很好。 – sdoca 2012-01-12 23:34:27