[vlma-devel] commit: Maven site now hosted at Ganesh. (Adrien Grand )
git version control
git at videolan.org
Wed Apr 9 15:45:52 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Apr 9 15:45:19 2008 +0200| [84a10c5c46dada66f547ee4c5932d544e6ac6a68]
Maven site now hosted at Ganesh.
Use scpexe instead of scp to handle properly SSH keys.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=84a10c5c46dada66f547ee4c5932d544e6ac6a68
---
pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 275cc6e..b77b4e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
<name>VLMa</name>
<description>The VLMa is a Java application which provides a daemon and a web interface to manage several VLC streamers</description>
<inceptionYear>2006</inceptionYear>
+ <url>http://vlma.videolan.org/maven-site</url>
<organization>
<name>The VideoLAN team</name>
<url>http://www.videolan.org/</url>
@@ -77,7 +78,7 @@
<distributionManagement>
<site>
<id>VLMa</id>
- <url>scp://prod@vthr.videolan.org/home/prod/vlma/site</url>
+ <url>scpexe://videolan@ganesh.videolan.org/var/www/local/vlma.videolan.org/maven-site</url>
</site>
</distributionManagement>
More information about the vlma-devel
mailing list