Repository: spark Updated Branches: refs/heads/master 545dfcb92 -> 1e56eba5d
[SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact Author: Alex Liu <[email protected]> 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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1e56eba5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1e56eba5 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1e56eba5 Branch: refs/heads/master Commit: 1e56eba5d906bef793dfd6f199db735a6116a764 Parents: 545dfcb Author: Alex Liu <[email protected]> Authored: Sat Jan 10 13:19:12 2015 -0800 Committer: Michael Armbrust <[email protected]> Committed: Sat Jan 10 13:19:12 2015 -0800 ---------------------------------------------------------------------- sql/hive-thriftserver/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/1e56eba5/sql/hive-thriftserver/pom.xml ---------------------------------------------------------------------- diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 259eef0..123a1f6 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
