I\'m trying to make ProGuard part of our Maven build process. The problem is that the official Maven plugin is using ProGuard 4.3, which doesn\'t support Java 7. Is there any ea
There is a fork of original proguard-maven-plugin. It's git-hubed. Please see how you do it.
Here comes the latest example how we do it. No more profiles required.