proguard-maven-plugin icon indicating copy to clipboard operation
proguard-maven-plugin copied to clipboard

Library filtering

Open XakepSDK opened this issue 5 years ago • 2 comments

No way to filter library inclusion. You can filter injars, but not libraryjars.

XakepSDK avatar Jun 14 '19 20:06 XakepSDK

True, but the libraryjars are explicitly given as a list (https://github.com/wvengen/proguard-maven-plugin/blob/master/src/main/java/com/github/wvengen/maven/proguard/ProGuardMojo.java#L154) Could you describe a situation where an exclusion filter is needed on top of that?

lasselindqvist avatar Jun 17 '19 16:06 lasselindqvist

Multi release jar with java 9+ classes in META-INF/versions directory

XakepSDK avatar Jun 17 '19 16:06 XakepSDK