[vlc-devel] commit: jvlc: maven assembly plugin config added (Filippo Carone )
git version control
git at videolan.org
Sun Jul 27 23:09:36 CEST 2008
vlc | branch: master | Filippo Carone <littlejohn at videolan.org> | Sun Jul 27 23:11:44 2008 +0200| [c1cfe92a8be135f4b1f02bf84fe09d1a477e270d]
jvlc: maven assembly plugin config added
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1cfe92a8be135f4b1f02bf84fe09d1a477e270d
---
bindings/java/core/pom.xml | 27 +++++++++++++++++++++++----
1 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/bindings/java/core/pom.xml b/bindings/java/core/pom.xml
index 3cc6655..21ac723 100644
--- a/bindings/java/core/pom.xml
+++ b/bindings/java/core/pom.xml
@@ -11,6 +11,24 @@
<packaging>jar</packaging>
<name>JVLC - Core</name>
<description>Java Bindings for VideoLAN - Core</description>
+ <licenses>
+ <license>
+ <name>GPLv2</name>
+ <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
+ </license>
+ </licenses>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<dependencies>
<dependency>
<groupId>com.jna</groupId>
@@ -29,9 +47,10 @@
<version>1.5.2</version>
</dependency>
<dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.3.2</version>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.2</version>
+ <scope>test</scope>
</dependency>
</dependencies>
<ciManagement>
@@ -56,4 +75,4 @@
</snapshots>
</repository>
</repositories>
-</project>
+</project>
\ No newline at end of file
More information about the vlc-devel
mailing list