From b7cc03ab759bc56ed9ef370228e3fbc36c097451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryszard=20Wi=C5=9Bniewski?= Date: Wed, 19 Jan 2011 13:15:07 +0100 Subject: [PATCH] apktool-cli: added jar-with-deps assembly. --- apktool-cli/pom.xml | 26 +++++++++++++++++++ .../src/main/assembly/jar-with-deps.xml | 23 ++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 apktool-cli/src/main/assembly/jar-with-deps.xml diff --git a/apktool-cli/pom.xml b/apktool-cli/pom.xml index 898d3d53..36257a81 100644 --- a/apktool-cli/pom.xml +++ b/apktool-cli/pom.xml @@ -15,6 +15,32 @@ apktool cli + + + + maven-assembly-plugin + + + src/main/assembly/jar-with-deps.xml + + + + brut.apktool.Main + + + + + + package + + single + + + + + + + brut.apktool diff --git a/apktool-cli/src/main/assembly/jar-with-deps.xml b/apktool-cli/src/main/assembly/jar-with-deps.xml new file mode 100644 index 00000000..1b0b3d37 --- /dev/null +++ b/apktool-cli/src/main/assembly/jar-with-deps.xml @@ -0,0 +1,23 @@ + + jar-with-deps + + jar + + false + + + / + true + runtime + + brut.* + xpp3:xpp3 + org.yaml:snakeyaml + commons-io:* + org.antlr:antlr-runtime + + + +