From 433dd3ea54a0c5a232984b19a282fe1276c20a62 Mon Sep 17 00:00:00 2001 From: iainyu Date: Mon, 5 Oct 2020 15:54:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E7=9B=B8=E5=85=B3=E7=9A=84Plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加部署相关的Plugin,准备hadoop-3.3.0以前的hadoop-cos支持版本发布到maven中央仓库 --- pom.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/pom.xml b/pom.xml index 991a5214..ce82bed9 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,27 @@ This module contains code to support integration with Tencent Qcloud COS. It also declares the dependencies needed to work with COS. + https://github.com/tencentyun/hadoop-cos + + + + hadoop-cos + https://github.com/tencentyun/hadoop-cos + + + + + + iainyu + iainyu@tencent.com + + + + + scm:git:https://github.com/tencentyun/hadoop-cos + scm:git:https://github.com/tencentyun/hadoop-cos + https://github.com/tencentyun/hadoop-cos + UTF-8 @@ -43,4 +64,67 @@ + + + oss + hadoop-cos + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + + oss + hadoop-cos + https://oss.sonatype.org/content/repositories/snapshots + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + javadoc-jar + package + + jar + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + deploy + deploy + + deploy + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + From ee45d5c1c1666624c0a8c989302dd8955aebe51a Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Thu, 8 Oct 2020 22:51:30 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0c7ff5c..193328d0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Linux 或 Windows 系统 ### 软件依赖 Hadoop-2.6.0及以上版本 -**备注**:目前hadoop-cos已经正式被Apache Hadoop-3.3.0官方集成:https://hadoop.apache.org/docs/r3.3.0/hadoop-cos/cloud-storage/index.html +**NOTE**:目前hadoop-cos已经正式被Apache Hadoop-3.3.0官方集成:https://hadoop.apache.org/docs/r3.3.0/hadoop-cos/cloud-storage/index.html ## 安装方法