ZooKeeper 3.4.14-rc2 release.
Fix ant package target: pom.template, zooinspector

Quick fix for the release process.

Author: Andor Molnar <andor@apache.org>

Reviewers: nkalmar@yahoo.com, eolivelli@gmail.com

Closes #821 from anmolnar/fix_package and squashes the following commits:

170acfd2d [Andor Molnar] Added copy pom.template task to bin-package target
fe0b95b46 [Andor Molnar] Fix ant package target: pom.template, zooinspector

(cherry picked from commit a7b00ed47784f101cbd38efaecb89192ae9d3344)
Signed-off-by: Andor Molnar <andor@apache.org>
2 files changed
tree: 131c23c194534845286c36c9209f23f73f262b13
  1. bin/
  2. conf/
  3. src/
  4. zookeeper-client/
  5. zookeeper-contrib/
  6. zookeeper-docs/
  7. zookeeper-it/
  8. zookeeper-jute/
  9. zookeeper-recipes/
  10. zookeeper-server/
  11. .gitattributes
  12. .gitignore
  13. build.xml
  14. excludeFindBugsFilter.xml
  15. ivy.xml
  16. ivysettings.xml
  17. LICENSE.txt
  18. NOTICE.txt
  19. owaspSuppressions.xml
  20. pom.xml
  21. README.md
  22. README_packaging.txt
README.md

For the latest information about ZooKeeper, please visit our website at:

http://zookeeper.apache.org/

and our wiki, at:

https://cwiki.apache.org/confluence/display/ZOOKEEPER

Full documentation for this release can also be found in docs/index.html


Packaging/release artifacts

The release artifact contains the following jar file at the toplevel:

zookeeper-.jar - legacy jar file which contains all classes and source files. Prior to version 3.3.0 this was the only jar file available. It has the benefit of having the source included (for debugging purposes) however is also larger as a result

The release artifact contains the following jar files in “dist-maven” directory:

zookeeper-.jar - bin (binary) jar - contains only class (.class) files zookeeper--sources.jar - contains only src (.java) files zookeeper--javadoc.jar - contains only javadoc files

These bin/src/javadoc jars were added specifically to support Maven/Ivy which have the ability to pull these down automatically as part of your build process. The content of the legacy jar and the bin+sources jar are the same.

As of version 3.3.0 bin/sources/javadoc jars contained in dist-maven directory are deployed to the Apache Maven repository after the release has been accepted by Apache: http://people.apache.org/repo/m2-ibiblio-rsync-repository/