[
https://issues.apache.org/jira/browse/ZOOKEEPER-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449943#comment-16449943
]
ASF GitHub Bot commented on ZOOKEEPER-3022:
-------------------------------------------
GitHub user nkalmar opened a pull request:
https://github.com/apache/zookeeper/pull/507
ZOOKEEPER-3022 separate project structure 1st step
First step of creating a maven build for ZooKeeper.
No code changes, just a directory re-structure, and modified build scripts.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nkalmar/zookeeper ZOOKEEPER-3022_maven1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/507.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 #507
----
commit 4b8f0a717f38c81299b7c4da32cc1483b8520cc9
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-04-24T13:57:19Z
ZOOKEEPER-3022 separate project structure 1st step
----
> Step 1 to maven - Separate project structure
> --------------------------------------------
>
> Key: ZOOKEEPER-3022
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3022
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: build, scripts
> Affects Versions: 3.6.0
> Reporter: Norbert Kalmar
> Assignee: Norbert Kalmar
> Priority: Major
>
> Create a project structure that separates the different parts of ZooKeeper
> into a more meaningful packages for the future maven build.
> This first step should not impact Jenkins QA.
> {noformat}
> zookeeper
> |-bin
> |-conf
> |-zk-client
> | |-zk-client-c
> |-zk-contrib
> | |-zk-contrib-fatjar
> | |-zk-contrib-huebrowser
> | |-zk-contrib-loggraph
> | |-zk-contrib-monitoring
> | |-zk-contrib-rest
> | |-zk-contrib-zkfuse
> | |-zk-contrib-zkperl
> | |-zk-contrib-zkpython
> | |-zk-contrib-zktreeutil
> | \-zk-contrib-zooinspector
> |-zk-docs
> |-zk-it (integration tests)
> |-zk-server
> |-zk-recipes
> | |-zk-recipes-election
> | |-zk-recipes-lock
> \ \-zk-recipes-queue
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)