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

git version control git at videolan.org
Sun Aug 3 17:15:49 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Aug  3 17:17:36 2008 +0200| [27650fda02bedc130210a47f769e454051e3d2cb] | committer: Adrien Grand 

Add issueManagement to Maven pom.xml.

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

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

diff --git a/pom.xml b/pom.xml
index d1c2e69..67a6794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <name>VLMa - Parent</name>
     <description>VideoLAN Manager</description>
     <inceptionYear>2006</inceptionYear>
-    <url>http://vlma.videolan.org/</url>
+    <url>http://www.videolan.org/vlma</url>
     <organization>
         <name>The VideoLAN team</name>
         <url>http://www.videolan.org/</url>
@@ -68,6 +68,11 @@
         <url>http://git.videolan.org/gitweb.cgi</url>
     </scm>
 
+    <issueManagement>
+        <system>Trac</system>
+        <url>http://trac.videolan.org/vlma</url>
+    </issueManagement>
+
     <developers>
         <developer>
             <name>Adrien Maglo</name>
@@ -102,13 +107,6 @@
         <module>vlma-webapp</module>
     </modules>
 
-    <distributionManagement>
-        <site>
-            <id>VLMa</id>
-            <url>scpexe://videolan@ganesh.videolan.org/var/www/local/vlma.videolan.org/</url>
-        </site>
-    </distributionManagement>
-
     <build>
         <plugins>
             <plugin>



More information about the vlma-devel mailing list