[ https://issues.apache.org/jira/browse/ZOOKEEPER-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Patrick Hunt updated ZOOKEEPER-529: ----------------------------------- Attachment: ZOOKEEPER-529.patch this patch: 1) adds ivy support 2) removes src/java/lib/*.jar from svn, these jars are now d/l automatically by ivy at build time 3) log4j/jline are included in the rel package, but not things like junit (which will be d/l by ivy if tests run on package) 4) remove legacy zookeeper-dev.jar in favor of a single, std, zookeeper-<version>.jar in build directory 5) bit of housecleaning on build.xml also: a) pom file is now generated, by ivy, for zookeeper jar, included in release package b) checksums are generated for zk jar - they are included in release archive, allowing us to deploy release to maven repo contrib builds have _not_ been moved to ivy (same as before) > Use Ivy to pull dependencies and also generate pom > -------------------------------------------------- > > Key: ZOOKEEPER-529 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-529 > Project: Zookeeper > Issue Type: Improvement > Components: build > Reporter: Patrick Hunt > Assignee: Patrick Hunt > Fix For: 3.3.0 > > Attachments: ZOOKEEPER-529.patch > > > Integrate Ivy into the build. Generate Pom and signed jars to allow zk jars > to be officially deployed to a maven repo. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.