mirror of https://github.com/apache/maven.git
o adding an scm element to be shared by the other components.
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e576b5dea
commit
b6480ffb86
|
@ -16,6 +16,12 @@
|
|||
<logo>/images/apache-maven-project.png</logo>
|
||||
</organization>
|
||||
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components/maven-core</connection>
|
||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-components/maven-core</developerConnection>
|
||||
<url>http://cvs.apache.org/viewcvs.cgi/maven-components/${pom.artifactId}</url>
|
||||
</repository>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Jason van Zyl</name>
|
||||
|
|
Loading…
Reference in New Issue