Skip to content

Commit

Permalink
Moved hive-thriftserver module definition into its own profile
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Jul 28, 2014
1 parent ec3c7a7 commit 629988e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<module>sql/catalyst</module>
<module>sql/core</module>
<module>sql/hive</module>
<module>sql/hive-thriftserver</module>
<module>repl</module>
<module>assembly</module>
<module>external/twitter</module>
Expand Down Expand Up @@ -1116,5 +1115,15 @@
</dependencies>
</profile>

<profile>
<id>hive-thriftserver</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>sql/hive-thriftserver</module>
</modules>
</profile>

</profiles>
</project>

0 comments on commit 629988e

Please sign in to comment.