You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jan Schoppenhorst <sc...@gdv.com> on 2009/02/06 08:44:08 UTC

Obfuscation of several artifacts with Proguard

Hi,

 we have a main application with plugins where each plugin is a jar 
depending on the main application jar. I would like to obfuscate all 
jars (main and plugins) in one go with the proguard maven plugin without 
using ant. Does anyone know what is the best way to achieve this?