aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/pom.xml
diff options
context:
space:
mode:
authorAlex Liu <alex_liu68@yahoo.com>2015-01-10 13:19:12 -0800
committerMichael Armbrust <michael@databricks.com>2015-01-10 13:19:31 -0800
commit09eef3b5cd27f1f4e5d0a63440efe1d59436dbf7 (patch)
tree060000a9d385652c645fa3d5bb2b5aae16111e0d /sql/hive-thriftserver/pom.xml
parent2f4e73d8f55c9a59dbd28b95688c3a09b44773a9 (diff)
downloadspark-09eef3b5cd27f1f4e5d0a63440efe1d59436dbf7.tar.gz
spark-09eef3b5cd27f1f4e5d0a63440efe1d59436dbf7.tar.bz2
spark-09eef3b5cd27f1f4e5d0a63440efe1d59436dbf7.zip
[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 (cherry picked from commit 1e56eba5d906bef793dfd6f199db735a6116a764) Signed-off-by: Michael Armbrust <michael@databricks.com>
Diffstat (limited to 'sql/hive-thriftserver/pom.xml')
-rw-r--r--sql/hive-thriftserver/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index a018b68736..881ed87730 100644
--- a/sql/hive-thriftserver/pom.xml
+++ b/sql/hive-thriftserver/pom.xml
@@ -88,13 +88,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>