Is there a maven plugin for obfuscating Java code (Java SE, Java EE or Android)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.