I've tried to do this for the current AppFuse dependencies - so there
shouldn't be any JARs in your final WAR that you don't need in there.
While we may only use parts of each libraries, all of them are likely
required by one feature or another.
You might try using the minijar-maven-plugin to crea
You can by manipulating the transitive dependencies inherited through the
poms. Just a quick word of warning: the process is a little mind bending,
and is time consuming. That said, I'm sure the AppFuse community would love
a leaner, meaner AppFuse deployment, so if you do decide to go ahead please
Can I in a simple way shrink the size of the generated war? Is the minimum
size of a webapp based on appfuse ~20 MB? I'm pretty sure that I don't need
all the included jar-files that is downloaded for me.
Thanks,
Mike
--
View this message in context:
http://www.nabble.com/Size-of-deployed-war-