From 161a6309a9b424863bcbdcc689f91bacec4dd36a Mon Sep 17 00:00:00 2001 From: Vincent Behar Date: Sun, 3 Jul 2011 15:46:38 +0200 Subject: [PATCH] also build 1 big jar with all dependencies --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index d904987..1734375 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -102,6 +103,25 @@ true + + + org.apache.maven.plugins + maven-assembly-plugin + + + make-archive + package + + attached + + + + jar-with-dependencies + + + + +