From 4fd96cb22d433afe88a53cf754b1c4f8b6041530 Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Tue, 2 Jun 2009 03:51:59 +0000 Subject: [PATCH] Added the "assembly" plugin to the pom.xml, to allow building a self-contained executable jar, with "mvn assembly:assembly" git-svn-id: https://smali.googlecode.com/svn/trunk@56 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index eb469de0..ce49ddaa 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,20 @@ + + maven-assembly-plugin + + + jar-with-dependencies + + + + org.JesusFreke.smali.main + + + + +