You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/07/09 08:57:43 UTC

[dolphinscheduler-website] branch master updated: Update registry_spi.md (#404)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 06a9eda  Update registry_spi.md (#404)
06a9eda is described below

commit 06a9eda8019a31422a4480b7c61f69e0b918a48b
Author: JinyLeeChina <42...@users.noreply.github.com>
AuthorDate: Fri Jul 9 16:57:36 2021 +0800

    Update registry_spi.md (#404)
---
 docs/zh-cn/dev/user_doc/registry_spi.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/dev/user_doc/registry_spi.md b/docs/zh-cn/dev/user_doc/registry_spi.md
index 7c9511d..47caba3 100644
--- a/docs/zh-cn/dev/user_doc/registry_spi.md
+++ b/docs/zh-cn/dev/user_doc/registry_spi.md
@@ -1,7 +1,7 @@
 ### DolphinScheduler Registry SPI 主要设计
 
 #### 如何使用?
-首先你需要执行 mvn install 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry
+首先你需要执行 mvn install -Dmaven.test.skip=true 安装插件,生成注册中心的插件 jar。目录是:dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry
 
 其次进行以下配置(以 zookeeper 为例)