Dawid
- Michael
--
Michael Ekstrand <ekst...@cs.umn.edu>
Ph.D candidate, Computer Science -- University of Minnesota
GroupLens Research: http://www.grouplens.org
window manager, n: a program for arranging multiple Emacs frames
Dawid
https://github.com/carrotsearch/randomizedtesting/blob/master/ant-junit4/pom.xml
But there are also more "standard" solutions like maven shade plugin:
http://maven.apache.org/plugins/maven-shade-plugin/
Like they say: everything is possible (given more time, resources,
money or any combination of the above...).
Dawid
On Wed, Jan 4, 2012 at 8:52 AM, NikNik77771 <nikolay...@gmail.com> wrote:
> I investigated a problem. Unfortunatly I was not able to find solution
> with maven. The simplest way is treating resulting war file with
> standard proguard command line way.
RTFM and search for an attribute "minimizeJar"...
http://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html
> Is you proguard pom acceptable for regular proguard?
You haven't looked at that pom, have you? It uses an external proguard
JAR embedded in the project so you can substitute any version of
proguard you like (or make it a dependency if you wish). I use a
custom version because I need special package renaming which isn't in
proguard by default.
This is my final e-mail. I recommend that you read this before asking
more questions:
http://catb.org/~esr/faqs/smart-questions.html
Dawid