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 [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.11.0 to 3.12.0. Release notes Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases. 3.12.0 Release Notes - Maven Plugin Tools - Version 3.12.0 Commits 0b69acc [maven-release-plugin] prepare release maven-plugin-tools-3.12.0 e5e3dd2 code...

dependencies
java

Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.0 to 3.6.1. Release notes Sourced from org.apache.maven.plugins:maven-invoker-plugin's releases. maven-invoker-plugin-3.6.1 🚀 New features and improvements [MINVOKER-352] - Remove usage commons-lang3 (#209) @​khmarbaise 📦 Dependency updates [MINVOKER-355] Bump...

dependencies
java

Bumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 2.4 to 3.6.2. Release notes Sourced from org.apache.maven:maven-archiver's releases. 3.6.2 Release Notes - Maven Shared Components - Version maven-archiver-3.6.2 What's Changed Bump org.junit:junit-bom from 5.10.0 to 5.10.1...

dependencies
java

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependencies
java

Hello everyone, first of all, thank you for the proguard maven plugin :) Unfortunately we have noticed a issue, when using the applyMappingFile option. Here is our setup: - a...

Bumps [com.guardsquare:proguard-core](https://github.com/Guardsquare/proguard-core) from 9.1.3 to 9.1.4. Release notes Sourced from com.guardsquare:proguard-core's releases. 9.1.4 Version 9.1.4 Improved Add support for dynamic dispatch in ExecutorInvocationUnit. This makes it possible to execute methods...

dependencies
java

I've some troubles supporting both Java 8 and Java 9+ with the same plugin configuration. For example to build with Java 8 I use this: ${java.home}/lib/rt.jar and for Java 9+...

Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.5.0 to 3.6.1. Commits 21d3653 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.6.1 b707915 [MPIR-462] IT for MRJAR issue with dependencies goal 3fd654a [MPIR-463] Remove workaround to count the number of...

dependencies
java

spring boot 2.x, jdk 1.8, maven 3.5, proguard 7.2.2 and proguard-maven-plugin 2.6.0. my configuration as follows: ``` wars/ .... ... org.apache.maven.plugins maven-war-plugin ${war.output.dictionary} com.github.wvengen proguard-maven-plugin 2.6.0 compile proguard 7.2.2 true...

I have an Eclipse 4 plug-in project, cause there is a feature module which would be packaged into a jar by Maven Tycho. Meanwhile there are also other modules going...