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

proguard maven plugin version 2.6.0 with java17

Open ndangarosia opened this issue 11 months ago • 0 comments

I have multiple projects to be obfuscated , so they are included like this inside configuration I am using proguard maven plugin version 2.6.0, proguard version 7.2.2 and Java 17

image

Now, from these 2 projects (i.e, ar1 and ar2) are mentioned in dependencies block and while proguard obfuscate them , in output jars they are not bundled as jar but only classes are there while the project (i.e ar3) not in dependencies block , correctly bundled as jar

image

Can I bundle all the projects as jar ? In previous version, with proguaguard maven plugin version 2.0.14 and proguardVersion 6.1.1 and it was working fine. All jars were bundled as expected

ndangarosia avatar Jul 19 '23 09:07 ndangarosia