GitHub user nkalmar opened a pull request:
https://github.com/apache/zookeeper/pull/708
WIP - ZOOKEEPER-3029 - add pom.xml for jute, client and server
Work In Progress
Creating the maven build for zookeeper-server, zookeeper-jute and
zookeeper-client (which only contains C client right now, and it hasn't been
implemented yet - maven is not calling make or autoconf)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nkalmar/zookeeper ZOOKEEPER-3029r
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/708.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #708
----
commit c09f4be3b4bb1009101dccece139796ae34bbb4c
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-10-25T19:49:43Z
ZOOKEEPER-3029 - add pom.xml for jute, client and server
----
---