Re: [infinispan-dev] size of distribution zip

2012-02-29 Thread Manik Surtani
Yuck. This sucks. This is why I encourage people to use Maven. :) We can exclude dependencies and just include a README with version details of such dependencies, but that means examples, etc won't work… On 28 Feb 2012, at 16:32, Sanne Grinovero wrote: > It seems the distribution zip is now

[infinispan-dev] size of distribution zip

2012-02-28 Thread Sanne Grinovero
It seems the distribution zip is now 130MB, almost twice as it used to be. There are several duplicate jars: many non-core modules share the same dependencies, and they are bundled over and over in each module directory/lib. Also when one module depends on another, it re-packages again the same I