Skip to content

Commit

Permalink
ZOOKEEPER-3122: MAVEN MIGRATION - - remove contrib build from default…
Browse files Browse the repository at this point in the history
… build profile

Author: Norbert Kalmar <nkalmar@yahoo.com>

Reviewers: andor@apache.org

Closes apache#774 from nkalmar/ZK-3122
  • Loading branch information
nkalmar authored and anmolnar committed Jan 14, 2019
1 parent d149b13 commit b66802e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<module>zookeeper-server</module>
<module>zookeeper-client</module>
<module>zookeeper-recipes</module>
<module>zookeeper-contrib</module>
</modules>

<scm>
Expand Down Expand Up @@ -243,6 +242,9 @@
<profiles>
<profile>
<id>full-build</id>
<modules>
<module>zookeeper-contrib</module>
</modules>
</profile>
<profile>
<id>java-build</id>
Expand Down

0 comments on commit b66802e

Please sign in to comment.