Skip to content

Commit 15f2e38

Browse files
committed
[SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact
1 parent c233ab3 commit 15f2e38

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<module>sql/catalyst</module>
9898
<module>sql/core</module>
9999
<module>sql/hive</module>
100+
<module>sql/hive-thriftserver</module>
100101
<module>assembly</module>
101102
<module>external/twitter</module>
102103
<module>external/flume</module>

sql/hive-thriftserver/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@
8888
</execution>
8989
</executions>
9090
</plugin>
91-
<plugin>
92-
<groupId>org.apache.maven.plugins</groupId>
93-
<artifactId>maven-deploy-plugin</artifactId>
94-
<configuration>
95-
<skip>true</skip>
96-
</configuration>
97-
</plugin>
9891
</plugins>
9992
</build>
10093
</project>

0 commit comments

Comments
 (0)