This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new b66802e ZOOKEEPER-3122: MAVEN MIGRATION - - remove contrib build from
default build profile
b66802e is described below
commit b66802ef2f24181a3967152782d1cc8bb7886f35
Author: Norbert Kalmar <[email protected]>
AuthorDate: Mon Jan 14 16:42:39 2019 -0700
ZOOKEEPER-3122: MAVEN MIGRATION - - remove contrib build from default build
profile
Author: Norbert Kalmar <[email protected]>
Reviewers: [email protected]
Closes #774 from nkalmar/ZK-3122
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0dc7174..22faf7a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,6 @@
<module>zookeeper-server</module>
<module>zookeeper-client</module>
<module>zookeeper-recipes</module>
- <module>zookeeper-contrib</module>
</modules>
<scm>
@@ -243,6 +242,9 @@
<profiles>
<profile>
<id>full-build</id>
+ <modules>
+ <module>zookeeper-contrib</module>
+ </modules>
</profile>
<profile>
<id>java-build</id>