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

Maven Plugin For ProGuard

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

``` [ERROR] Failed to execute goal com.github.dingxin:proguard-maven-plugin:1.0.0:proguard (default) on project sct-common-core: Can't find file .....\target\${project.name}.jar -> [Help 1] ``` why use ${project.name}.jar?

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project proguard-maven-plugin: Fatal error compiling

I think you need to compile with a more generic version of java, otherwise you will force people to use Java 9. Failed to execute goal com.github.dingxin:proguard-maven-plugin:1.0.3:proguard (default) on project...

I use a lib-with-dependencies as input for Proguard and this also gets attached to the project. The proguard-maven-plugin unfortunately renames the file, independently if the injar name matches the outjar...

I tried using this plugin in a Java8 project. However you seem to have compiled it with Java9 at least the version that is published in the public maven repository.