Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven plugin for Java code obfuscation

Tags:

java

android

Is there a maven plugin for obfuscating Java code (Java SE, Java EE or Android)?

like image 462
Sam Avatar asked Nov 04 '22 17:11

Sam


1 Answers

I have just googled "java obfuscator maven plugin" and found a lot of links including this one: http://pyx4me.com/pyx4me-maven-plugins/proguard-maven-plugin/

I think that you should choose the obfuscator that matches your needs first. If there is no maven plugin that wraps this obfuscator run it from maven pom.xml via command line.

like image 61
AlexR Avatar answered Nov 08 '22 10:11

AlexR