Questions tagged [proguard-maven-plugin]
19 questions
0
votes
1 answer
Why /tools/proguard/lib/proguard.jar version not change?
I'm using proguard.jar, retrace.jar to get a retrace from the Obfuscator.txt file. Can someone help me on which bases /tools/proguard/lib/proguard.jar and retrace.jar files will be updated?
Or Can I take these two jars (proguard.jar, retrace.jar)…

Gurmeet Singh
- 199
- 10
0
votes
1 answer
java modules version mismatch
I recently included some new jars in my project. Proguard starting blowing up due to the module-info.class being a different version than the compiler version I use for my project, but the classes contained in the jar were the correct version.
I'm…

Daniel Cosio
- 177
- 1
- 2
- 16
0
votes
0 answers
How do I filter a specific folder inside a jar while the jar is located in a zip file?
I am using Proguard to shrink my deployment package which is a zip file containing multiple jar files.
-injars deployment_package.zip
the deployment_package.zip structure looks like this:
deployment_package.zip
- main/classes/...
- lib
-…

ocind
- 149
- 1
- 13
0
votes
0 answers
Proguard not able to obfuscate the jar through maven plugin
I am trying to obfuscate a jar build through maven, through proguard maven plugin. Build is also successful but when I decompile the same through JAD (Java decompiler), I am able to see all the java code. Thus it seems there is no obfuscation of the…

Kumar
- 955
- 5
- 20
- 50