This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch ci-from-cache
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/ci-from-cache by this push:
new 3cd03a7 Add Chinese document about building resin and ojdbc plugins.
3cd03a7 is described below
commit 3cd03a720a7319dead5725c4f6a1072dff47970d
Author: wu-sheng <[email protected]>
AuthorDate: Fri Jan 12 14:56:34 2018 +0800
Add Chinese document about building resin and ojdbc plugins.
---
docs/README_ZH.md | 2 +-
docs/cn/How-to-build-CN.md | 8 ++++++++
pom.xml | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/docs/README_ZH.md b/docs/README_ZH.md
index 1db7713..8b612ef 100644
--- a/docs/README_ZH.md
+++ b/docs/README_ZH.md
@@ -3,7 +3,7 @@
* [项目简介](/README_ZH.md)
* [快速入门](cn/Quick-start-CN.md)
- * [部署Collector镜像](cn/Deploy-docker-image.CN.md)
+ * [部署Collector镜像](cn/Deploy-docker-image-CN.md)
* [中间件,框架与类库支持列表](Supported-list.md)
* [如何关闭特定插件](cn/How-to-disable-plugin-CN.md)
* APM相关介绍资料
diff --git a/docs/cn/How-to-build-CN.md b/docs/cn/How-to-build-CN.md
index 8159b17..07ce429 100644
--- a/docs/cn/How-to-build-CN.md
+++ b/docs/cn/How-to-build-CN.md
@@ -16,3 +16,11 @@
-
**apm-protocol/apm-network/target/generated-sources/protobuf**目录下的`grpc-java`和`java`目录
-
**apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/protobuf**目录下的`grpc-java`和`java`目录
+## 编译Resin-3, Resin-4 和 Oracle JDBC 驱动插件
+为了遵守Apache关于协议(License)的相关要求,不符合Apache相关要求的类库所对应的Plugin不会自动编译。如需编译对应的插件,
+需要手动下载驱动或类库,并将文件拷贝到`ci-dependencies/`中,运行`mvn package`进行编译。
+
+`ci-dependencies/`下对应的类库文件名为:
+* resin-3.0.9.jar
+* resin-4.0.41.jar
+* ojdbc14-10.2.0.4.0.jar
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c746218..4c88357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@
</profile>
<profile>
<!-- resin is not Apache license compatible, so it must be
manually downloaded first -->
- <!-- Use resin 3.x jar file as a trigger only -->
+ <!-- Use resin 3.x jar file as a becon only -->
<id>install-resin-3</id>
<activation>
<file>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].