Skip to content

wvengen/proguard-maven-modules

 
 

Repository files navigation

Maven modules of the ProGuard 4.7 release.

For more information see http://proguard.sourceforge.net/

Pre-requisites

The artifact com.sun.kvem:kenv:2.2 is needed for compiling. This artifact is not available on Maven central and cannot be deployed given the Oracle policies.

Thus, you must add it manually to your local maven repository

  1. To install the WTK2.2 you must have a JDK1.4 or a JDK5 (for me, it doesn't work with the JDK6)
  2. Download and extract the WTK 2.2
  3. Install the needed artifact :
 mvn install:install-file -DgroupId=com.sun.kvem -DartifactId=kenv -Dversion=2.2 -Dfile=WTK2.2/wtklib/kenv.zip -Dpackaging=jar -Dgenerate-pom=true

About

Modularised Maven packages for ProGuard

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%