GitHub user nkalmar reopened a pull request:
https://github.com/apache/zookeeper/pull/574
ZOOKEEPER-3030 - MAVEN MIGRATION - Step 1.3 - move contrib directories
Move the contrib projects according to new directory structure.
In the PR src/contrib/zkperl/build/check_zk_version.c and .h looks like I
removed the file. but everything looks good on my local (I just moved them, did
not modify anything). Will investigate further.
DO-NOT-MERGE-YET: Checking if creating the maven structure of directories
now will break anything other then the already different directory structure in
build/zookeeper-[version]/src/ (I will write an e-mail about this on dev list)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nkalmar/zookeeper ZOOKEEPER-3030
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/574.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 #574
----
commit 165d4dc5d02ad37f2cb20c13681fd22efaf42fbc
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-07-17T10:08:16Z
ZOOKEEPER-3030 - MAVEN MIGRATION - move contrib directories
commit 59d9d17d9ddadd5bfe6e37b8c4458b6920aa32eb
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-07-20T14:28:24Z
ZOOKEEPER-3030 add missing files in dist.dir
commit 9f19ab06a73a3c75bacbe141f7fa469c4f9e4e60
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-07-20T15:38:40Z
ZOOKEEPER-3030 fix releaseaudit license missing exclusions
commit 49b7519bed90a3bc2f87cfe39f77f9e6bcb13f98
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-07-23T13:36:17Z
ZOOKEEPER-3030 create maven dir structure
----
---