From 1e56eba5d906bef793dfd6f199db735a6116a764 Mon Sep 17 00:00:00 2001 From: Alex Liu <alex_liu68@yahoo.com> Date: Sat, 10 Jan 2015 13:19:12 -0800 Subject: [PATCH] [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact Author: Alex Liu <alex_liu68@yahoo.com> Closes #3766 from alexliu68/SPARK-SQL-4925 and squashes the following commits: 3137b51 [Alex Liu] [SPARK-4925][SQL] Remove sql/hive-thriftserver module from pom.xml 15f2e38 [Alex Liu] [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact --- sql/hive-thriftserver/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 259eef0b80..123a1f629a 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -76,13 +76,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build> </project> -- GitLab