[vlma-devel] commit: Add SCM to pom.xml. (Adrien Grand )

git version control git at videolan.org
Wed Apr 9 09:06:19 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Apr  9 09:06:38 2008 +0200| [a62501497900ee1440f7fd9c08d45d6cf6e33921]

Add SCM to pom.xml.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=a62501497900ee1440f7fd9c08d45d6cf6e33921
---

 pom.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5646ed..879b374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,12 @@
 		</mailingList>
 	</mailingLists>
 
+	<scm>
+		<connection>scm:git:git://git.videolan.org/vlma.git</connection>
+		<developerConnection>scm:git:git at git.videolan.org:vlma.git</developerConnection>
+		<url>http://git.videolan.org/gitweb.cgi</url>
+	</scm>
+
 	<developers>
 		<developer>
 			<name>Adrien Maglo</name>
@@ -70,7 +76,7 @@
 
 	<distributionManagement>
 		<site>
-			<id>maven.apache.org</id>
+			<id>VLMa</id>
 			<url>scp://prod@vthr.videolan.org/home/prod/vlma/site</url>
 		</site>
 	</distributionManagement>



More information about the vlma-devel mailing list