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

i cannot open the document http://wvengen.github.io/proguard-maven-plugin/

Here's the portion of the plugin configuration: ``` com.github.wvengen proguard-maven-plugin ${proguard-maven-plugin.version} true obfuscated ... ``` Here's the portion of the plugin execution: ``` com.github.wvengen proguard-maven-plugin package ${project.build.finalName}-shaded.jar proguard ``` With...

Looks like it is adding a # on the wrong place **Introduction**: - **proguard:proguard parameters** is [https://wvengen.github.io/proguard-maven-plugin/#proguard-mojo.html](https://wvengen.github.io/proguard-maven-plugin/#proguard-mojo.html) and should be [https://wvengen.github.io/proguard-maven-plugin/proguard-mojo.html](https://wvengen.github.io/proguard-maven-plugin/proguard-mojo.html) - Same for **options** and **proguardInclude** links

I have a project now that is a springboot project. It contains 3 modules , module A depends on module B and module B depends on module C in a...

- A property for library jar exclusions (libraryJarExclusion) Fixes #61

Submitting this PR as recently suggested by @cmorty . I guess WAR specific instructions from the README.md should be moved to a more appropriate location before merging.

No way to filter library inclusion. You can filter injars, but not libraryjars.

Add 'since' information to plugin configuration parameters by inspecting the commit history.

good first issue

Add an example for Incremental obfuscation functionality to site. The functionality was created here https://github.com/wvengen/proguard-maven-plugin/pull/73 The new parameters are applyMappingFile and incremental.