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

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.16.2 Bundles CodeQL CLI v2.16.2 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.16.2: codeql/cpp-queries...

dependencies
github_actions

Bumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 2.4 to 3.6.1. Release notes Sourced from org.apache.maven:maven-archiver's releases. 3.6.1 What's Changed [MSHARED-1179] - Upgrade Parent to 39 by @​jorsol in apache/maven-archiver#27 [MSHARED-1179] Back to 3.6.1-SNAPSHOT by...

dependencies
java

Maven 3.8.8 showing warnings for proguard-maven-plugin:2.6.0 ``` [WARNING] [WARNING] Plugin validation issues were detected in 1 plugin(s) [WARNING] [WARNING] * com.github.wvengen:proguard-maven-plugin:2.6.0 [WARNING] Declared at location(s): [WARNING] * au.com.foo:bar23.1.0-SNAPSHOT (pom.xml) @...

Currently the parameters `attachMap` and `attachSeed` only have an effect if `attach` is set as well. However, there might be cases where it would be useful to replace the final...

The LICENSE.txt file contains a LGPL 2.1 while the headers of source files are Apache 2.0 compliant. Exactly under which license the plugin is released?

Missing versions 2.5.2, 2.5.3, and 2.6.0 from releases. https://search.maven.org/artifact/com.github.wvengen/proguard-maven-plugin/2.6.0/maven-plugin lists this repo as the source code. Is there a reason the releases don't match up?

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...

The entries in the jar file generated have the date set to the build date. It should be set to the timestamp specified by the `project.build.outputTimestamp` property in the POM...

I have added dependencies according to the instructions here :https://github.com/wvengen/proguard-maven-plugin/issues/161 ${java.home}/jmods/java.base.jmod ${java.home}/jmods/java.datatransfer.jmod ${java.home}/jmods/java.prefs.jmod ${java.home}/jmods/java.xml.jmod ${java.home}/jmods/java.desktop.jmod ${java.home}/jmods/java.rmi.jmod This is my error message: ![image](https://github.com/wvengen/proguard-maven-plugin/assets/44453749/a211b8e6-2ea0-430b-b53f-2336349bea2b)

I'm using maven rxjava vert.x project, i need to obfuscate my code pom.xml looks like: ` io.reactiverse vertx-maven-plugin com.googlecode.addjars-maven-plugin addjars-maven-plugin 1.0.5 add-jars ${basedir}/libs com.github.wvengen proguard-maven-plugin 2.5.1 package proguard ${proguard.version} ${project.build.finalName}.jar...