You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by gi...@apache.org on 2019/11/19 14:50:25 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Automated deployment: Tue Nov 19 14:50:17 UTC 2019 ff7c3318240158db628874208030b799ab7ed599

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8edf632  Automated deployment: Tue Nov 19 14:50:17 UTC 2019 ff7c3318240158db628874208030b799ab7ed599
8edf632 is described below

commit 8edf6321213d15d1547b924281bc6ac643f6e094
Author: dailidong <da...@users.noreply.github.com>
AuthorDate: Tue Nov 19 14:50:17 2019 +0000

    Automated deployment: Tue Nov 19 14:50:17 UTC 2019 ff7c3318240158db628874208030b799ab7ed599
---
 zh-cn/docs/developer_guide/backend-development.html | 4 ++++
 zh-cn/docs/developer_guide/backend-development.json | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/zh-cn/docs/developer_guide/backend-development.html b/zh-cn/docs/developer_guide/backend-development.html
index 6e6e577..57e7929 100644
--- a/zh-cn/docs/developer_guide/backend-development.html
+++ b/zh-cn/docs/developer_guide/backend-development.html
@@ -28,6 +28,10 @@
 <ul>
 <li>执行编译命令:</li>
 </ul>
+<p>当部署的版本 &gt;= 1.2.0 , 请使用:</p>
+<pre><code> mvn -U clean package -Prelease -Dmaven.test.skip=true
+</code></pre>
+<p>1.2.0以前的版本, 请使用:</p>
 <pre><code> mvn -U clean package assembly:assembly -Dmaven.test.skip=true
 </code></pre>
 <ul>
diff --git a/zh-cn/docs/developer_guide/backend-development.json b/zh-cn/docs/developer_guide/backend-development.json
index ca968c3..975d992 100644
--- a/zh-cn/docs/developer_guide/backend-development.json
+++ b/zh-cn/docs/developer_guide/backend-development.json
@@ -1,6 +1,6 @@
 {
   "filename": "backend-development.md",
-  "__html": "<h1>后端开发文档</h1>\n<h2>环境要求</h2>\n<ul>\n<li>Mysql (5.5+) :  必装</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a> (1.8+) :  必装</li>\n<li>ZooKeeper(3.4.6+) :必装</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>(3.3+) :必装</li>\n</ul>\n<p>因DolphinScheduler中dolphinscheduler-rpc模块使用到Grpc,需要用到Maven编译生成所需要的类\n对maven不熟的伙伴请参考: <a href=\"http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html\">maven in f [...]
+  "__html": "<h1>后端开发文档</h1>\n<h2>环境要求</h2>\n<ul>\n<li>Mysql (5.5+) :  必装</li>\n<li><a href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\">JDK</a> (1.8+) :  必装</li>\n<li>ZooKeeper(3.4.6+) :必装</li>\n<li><a href=\"http://maven.apache.org/download.cgi\">Maven</a>(3.3+) :必装</li>\n</ul>\n<p>因DolphinScheduler中dolphinscheduler-rpc模块使用到Grpc,需要用到Maven编译生成所需要的类\n对maven不熟的伙伴请参考: <a href=\"http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html\">maven in f [...]
   "link": "/zh-cn/docs/developer_guide/backend-development.html",
   "meta": {}
 }
\ No newline at end of file