From c1cfe92a8be135f4b1f02bf84fe09d1a477e270d Mon Sep 17 00:00:00 2001 From: Filippo Carone Date: Sun, 27 Jul 2008 23:11:44 +0200 Subject: [PATCH] jvlc: maven assembly plugin config added --- bindings/java/core/pom.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/bindings/java/core/pom.xml b/bindings/java/core/pom.xml index 3cc66555e2..21ac723809 100644 --- a/bindings/java/core/pom.xml +++ b/bindings/java/core/pom.xml @@ -11,6 +11,24 @@ jar JVLC - Core Java Bindings for VideoLAN - Core + + + GPLv2 + http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + + + + + + maven-assembly-plugin + + + jar-with-dependencies + + + + + com.jna @@ -29,9 +47,10 @@ 1.5.2 - commons-io - commons-io - 1.3.2 + commons-io + commons-io + 1.3.2 + test @@ -56,4 +75,4 @@ - + \ No newline at end of file -- 2.39.2