Skip to content

Commit 629988e

Browse files
committed
Moved hive-thriftserver module definition into its own profile
1 parent ec3c7a7 commit 629988e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
<module>sql/catalyst</module>
9696
<module>sql/core</module>
9797
<module>sql/hive</module>
98-
<module>sql/hive-thriftserver</module>
9998
<module>repl</module>
10099
<module>assembly</module>
101100
<module>external/twitter</module>
@@ -1116,5 +1115,15 @@
11161115
</dependencies>
11171116
</profile>
11181117

1118+
<profile>
1119+
<id>hive-thriftserver</id>
1120+
<activation>
1121+
<activeByDefault>false</activeByDefault>
1122+
</activation>
1123+
<modules>
1124+
<module>sql/hive-thriftserver</module>
1125+
</modules>
1126+
</profile>
1127+
11191128
</profiles>
11201129
</project>

0 commit comments

Comments
 (0)