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

[incubator-dolphinscheduler-website] branch master updated: Update backend-development.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e19625f  Update backend-development.md
e19625f is described below

commit e19625f99d4ed93aa35c3758dd00dd3976723b8f
Author: dailidong <da...@gmail.com>
AuthorDate: Tue Nov 19 22:46:36 2019 +0800

    Update backend-development.md
---
 docs/en-us/developer_guide/backend-development.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/en-us/developer_guide/backend-development.md b/docs/en-us/developer_guide/backend-development.md
index f791529..bf3cf36 100755
--- a/docs/en-us/developer_guide/backend-development.md
+++ b/docs/en-us/developer_guide/backend-development.md
@@ -18,6 +18,10 @@ After importing the DolphinScheduler source code into the development tools such
 * Execute the compile command:
 
 ```
+when deploy version >= 1.2.0 , plese use:
+mvn clean package -Prelease -Dmaven.test.skip=true
+
+before 1.2.0, please use:
  mvn -U clean package assembly:assembly -Dmaven.test.skip=true
 ```