Hello, I am integrating IvyDE in eclipse and also in the system build process. The problem is that the payload size balloons into 100 MBs+ after recovering all my transitive dependencies and then packaging them into a war.
I basically Ivy retrieve all transitive deps into my /WEB-INF/lib, compile the project and make a war file from it. For highly dependant projects, my war file is running into 400Mb+. What is the best strategy to deal with this ? Can IBM Websphere app server run into problems at such payload levels ? I believe there must be some better way to manage Dependency Hell. Thanks Saurabh -- View this message in context: http://www.nabble.com/reducing-artifact-payload-size-tf4061211.html#a11538172 Sent from the ivy-user mailing list archive at Nabble.com.
