Some options I see (I'm not +1, just stating them): - split zips into source and binary distributions, going with the default maven assemblies
+1
- remove site docs from distributions, only include a readme, the docs can be found online (http://cwiki.apache.org/WICKETxSITE)
+1
- create one wicket-all zip with all wicket jars
-0. Is it easier to do one zip? Or is this an extra?
- add source-jar/javadoc-jar to the zips (currently left out)
+1 (especially the source, I wish all projects would do that). That should be a standard maven option now, right?
Questions: - do we need to support ant builds for the source distribution?
-1. I think we should remove them, just as we should remove/ removed maven 1 files.
- do we need to supply all dependencies in the source and/or binary distribution
-1.
- do we like our current distributions, so no change is necessary?
Whatever increases our chances of releasing more often. Eelco
