浏览代码

ZOOKEEPER-3122: MAVEN MIGRATION - - remove contrib build from default build profile

Author: Norbert Kalmar <nkalmar@yahoo.com>

Reviewers: andor@apache.org

Closes #774 from nkalmar/ZK-3122
Norbert Kalmar 6 年之前
父节点
当前提交
b66802ef2f
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pom.xml

+ 3 - 1
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>