ItzSomebody / radon

[Abandoned] Scuffed java bytecode obfuscator
GNU General Public License v3.0
362 stars 74 forks source link

Maven plugin #76

Closed kangarko closed 5 years ago

kangarko commented 5 years ago

Hi,

I am currently using Maven plugin Proguard that runs automatically on "clean install" after the jar is compiled.

Are you planning to make a simple plugin for Maven that would execute seamlessly, or is there an option to automate the workflow?

ItzSomebody commented 5 years ago

There is no built-in Maven integration currently; however, you can use exec-maven-plugin as a thing in the meantime.

kangarko commented 5 years ago

Thanks! I have no idea how to use that, but I've put down a note of it and will take a look when I get some time.