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 + + + +