proguard-maven-plugin icon indicating copy to clipboard operation
proguard-maven-plugin copied to clipboard

Is there a way to skip preserving the original jar file?

Open emeraldhieu opened this issue 2 years ago • 2 comments

Could you please provide an option to do that? I wouldn't like to generate the "xxx_proguard_base.jar".

emeraldhieu avatar Aug 28 '21 09:08 emeraldhieu

Have you tried specifying the outjars to be same as their respective injars?

lasselindqvist avatar Aug 29 '21 04:08 lasselindqvist

I would like this option too. I have outjar and injar set to the same path, and can confirm the "xxx_proguard_base.jar" file gets created and not deleted.

ianrenton avatar Sep 17 '21 09:09 ianrenton