I only have googled "java obfuscator maven plugin" and found many links, including this one: http://pyx4me.com/pyx4me-maven-plugins/proguard-maven-plugin/
I think you should choose an obfuscator that suits your needs first. If there is no maven plugin that wraps this obfuscator, run it from maven pom.xml via the command line.
source
share