diff --git a/baksmali/pom.xml b/baksmali/pom.xml
index 39dfcceb..40a47298 100644
--- a/baksmali/pom.xml
+++ b/baksmali/pom.xml
@@ -33,6 +33,46 @@
+
+ com.github.wvengen
+ proguard-maven-plugin
+ 2.0.5
+
+
+ package
+
+ proguard
+
+
+
+
+ 4.8
+ false
+ false
+ ${project.build.finalName}-jar-with-dependencies.jar
+ ${project.build.finalName}-jar-with-dependencies-small.jar
+ ${project.build.directory}
+
+
+
+
+
+ ${java.home}/lib/rt.jar
+
+
+
+
+ net.sf.proguard
+ proguard-base
+ 4.8
+
+
+
diff --git a/smali/pom.xml b/smali/pom.xml
index c70b7de4..b1303ff1 100644
--- a/smali/pom.xml
+++ b/smali/pom.xml
@@ -118,6 +118,47 @@
+
+ com.github.wvengen
+ proguard-maven-plugin
+ 2.0.5
+
+
+ package
+
+ proguard
+
+
+
+
+ 4.8
+ false
+ false
+ ${project.build.finalName}-jar-with-dependencies.jar
+ ${project.build.finalName}-jar-with-dependencies-small.jar
+ ${project.build.directory}
+
+
+
+
+
+
+ ${java.home}/lib/rt.jar
+
+
+
+
+ net.sf.proguard
+ proguard-base
+ 4.8
+
+
+