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

ProGuard Maven plugin that supports modularised ProGuard packages

Results 66 proguard-maven-plugin issues
Sort by recently updated
recently updated
newest added

When I built my project, use 'mvn clean package -e -X‘, I can not success. **How can I solve it? Is This a version problem?** **The details about pom.xml is:**...

Bumps [maven-archiver](https://github.com/apache/maven-archiver) from 2.4 to 3.6.0. Commits 66780f2 [maven-release-plugin] prepare release maven-archiver-3.6.0 2ceaefd [MSHARED-1088] Update Plexus IO 3.4.0 and Plexus Archiver 4.4.0 (#25) 03153b5 [MSHARED-1067] Improve Reproducible Builds methods cd79d39...

dependencies
java

here is my plugin config: ```xml com.github.wvengen proguard-maven-plugin package proguard -allowaccessmodification -overloadaggressively -repackageclasses '' -microedition -obfuscationdictionary ${project.basedir}/src/main/resources/obf-class.txt -packageobfuscationdictionary ${project.basedir}/src/main/resources/obf-class.txt -classobfuscationdictionary ${project.basedir}/src/main/resources/obf-class.txt -dontwarn -keep public class com.seailz.* { public protected *;...

Hi, I'm trying to get this plugin working, but having some difficulty. The hotlinks at https://wvengen.github.io/proguard-maven-plugin don't seem to work. And I can't find documentation on the various configuration elements...

exec: mvn clean compile package -DskipTests=true Error: The same input jar [C:\Program Files\Java\jdk1.8.0_281\lib\tools.jar] is specified twice. ~~~xml com.github.wvengen proguard-maven-plugin 2.0.14 package proguard 6.0.2 true pg -target 1.8 -dontshrink -dontoptimize -dontskipnonpubliclibraryclasses...

Could you please provide an option to do that? I wouldn't like to generate the "xxx_proguard_base.jar".

Hi, I have been trying a lot of things and had different issues on each case, not being able to perform a single obfuscation. I have a JDK8 application(compiled against...

Transitive dependencies of excluded dependencies get added as libraryjars, so if you want to exclude a dependency then you also have to go through the dependency tree and exclude all...

Hi, I tried to use the plugin with the proguard option '-keepkotlinmetadata' and got this exception: ``` [proguard] Exception in thread "main" java.lang.NoClassDefFoundError: kotlinx/metadata/jvm/KmModuleVisitor [proguard] at proguard.resources.kotlinmodule.io.KotlinModuleDataEntryReader.read(KotlinModuleDataEntryReader.java:49) [proguard] at proguard.io.FilteredDataEntryReader.read(FilteredDataEntryReader.java:85)...

While obfuscating UTF-8 encoded Turkish characters are corrupted. When running manually "-Dfile.encoding=UTF-8" parameter works. Is there a way to handle this issue?