I have many external jars inside my Application\WEB-INF\lib
Consider abc.jar as one of my external jar, which i do not want to obfuscate
So can i exclude as like below using filter in my proguard configuration ?
-injars C:\Application\WEB-INF\lib(!abc.jar)
If i do as above for injar option filter means, abc.jar is also getting obfuscated. Please suggest where i am going wrong ? How to avoid obfuscating it ?