Repository: spark Updated Branches: refs/heads/branch-1.2 2f4e73d8f -> 09eef3b5c
[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 (cherry picked from commit 1e56eba5d906bef793dfd6f199db735a6116a764) Signed-off-by: Michael Armbrust <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/09eef3b5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/09eef3b5 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/09eef3b5 Branch: refs/heads/branch-1.2 Commit: 09eef3b5cd27f1f4e5d0a63440efe1d59436dbf7 Parents: 2f4e73d 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:31 2015 -0800 ---------------------------------------------------------------------- sql/hive-thriftserver/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/09eef3b5/sql/hive-thriftserver/pom.xml ---------------------------------------------------------------------- diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index a018b68..881ed87 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
