[vlma-devel] commit: Fix warnings. (Adrien Grand )

git version control git at videolan.org
Sat May 31 15:22:50 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat May 31 15:23:04 2008 +0200| [605fe89c744225a4dbbb849e02ea9bd0d5c9250a]

Fix warnings.

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

 vlma-distribution/pom.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/vlma-distribution/pom.xml b/vlma-distribution/pom.xml
index 788b894..c65b1a1 100644
--- a/vlma-distribution/pom.xml
+++ b/vlma-distribution/pom.xml
@@ -33,6 +33,7 @@
     <name>VLMa - Distribution</name>
     <description>The VLMa distribution</description>
     <modelVersion>4.0.0</modelVersion>
+    <packaging>pom</packaging>
 
     <build>
         <plugins>
@@ -58,7 +59,9 @@
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
-                    <descriptor>src/assembly/bin.xml</descriptor>
+                    <descriptors>
+                        <descriptor>src/assembly/bin.xml</descriptor>
+                    </descriptors>
                     <finalName>vlmad-${project.version}</finalName>
                 </configuration>
                 <executions>



More information about the vlma-devel mailing list