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

git version control git at videolan.org
Tue Apr 8 11:16:01 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Tue Apr  8 11:16:24 2008 +0200| [da02c245b22fcd6ec797caec8c16d59492427a67]

Add descriptions to pom.xml.

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

 core/pom.xml   |    1 +
 daemon/pom.xml |    1 +
 pom.xml        |    1 +
 web/pom.xml    |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 7e7ee1f..8959847 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -10,6 +10,7 @@
 
 	<artifactId>vlma-core</artifactId>
 	<name>VLMa - Core</name>
+	<description>Te VLMa core library</description>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>jar</packaging>
 
diff --git a/daemon/pom.xml b/daemon/pom.xml
index bcee935..a41f9e5 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -10,6 +10,7 @@
 
 	<artifactId>vlma-daemon</artifactId>
 	<name>VLMa - Daemon</name>
+	<description>The VLMa daemon</description>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>jar</packaging>
 
diff --git a/pom.xml b/pom.xml
index 48d25f8..51087ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,7 @@
 	<packaging>pom</packaging>
 
 	<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>
 	<organization>
 		<name>The VideoLAN team</name>
diff --git a/web/pom.xml b/web/pom.xml
index 2cfc846..2fc6b78 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -10,6 +10,7 @@
 
 	<artifactId>vlma-web</artifactId>
 	<name>VLMa - Web</name>
+	<description>The VLMa web interface</description>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>war</packaging>
 



More information about the vlma-devel mailing list