Open
Description
Version
- Maven plugin: 2.6.1
- ProGuard (does not matter?)
- proguard-base: 7.6.1
- proguard-core: 9.1.7
Description
When using includeDependencyInjar: true
, none of the class and resource filters are applied, in particular:
addManifest
addMavenDescriptor
inFilter
This will most likely always lead to ProGuard warnings due to duplicate META-INF/MANIFEST.MF
, and the resulting JAR contains under META-INF/maven/
the Maven descriptors of dependencies.
This seems unintended?
If you want I can try creating a pull request for this.
Metadata
Metadata
Assignees
Labels
No labels
Activity