You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/13 09:32:33 UTC

[incubator-servicecomb-saga] branch master updated: SCB-395 Added the build script for building the saga-distribuation kit

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new 5412022  SCB-395 Added the build script for building the saga-distribuation kit
5412022 is described below

commit 541202272bdd5f5b76daa11c7b6cf1c1a7d9a505
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Tue Mar 13 17:32:24 2018 +0800

    SCB-395 Added the build script for building the saga-distribuation kit
---
 docs/user_guide.md    | 5 +++++
 docs/user_guide_zh.md | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/docs/user_guide.md b/docs/user_guide.md
index 88858e4..d03ab25 100644
--- a/docs/user_guide.md
+++ b/docs/user_guide.md
@@ -29,6 +29,11 @@ Saga can be built in either of the following ways.
    ```bash
    $ mvn clean install -DskipTests -Pdocker
    ```
+   
+* build the executable file and saga-distribution
+   ```bash
+      $ mvn clean install -DskipTests -Prelease
+   ```
 
 After executing either one of the above command, you will find alpha server's executable file in `alpha/alpha-server/target/saga/alpha-server-${version}-exec.jar`.
 
diff --git a/docs/user_guide_zh.md b/docs/user_guide_zh.md
index ad1247d..b33a3d5 100644
--- a/docs/user_guide_zh.md
+++ b/docs/user_guide_zh.md
@@ -29,6 +29,12 @@ Saga可通过以下任一方式进行构建:
    $ mvn clean install -DskipTests -Pdocker
    ```
 
+* 同时构建可执行文件以及Saga发行包
+   ```bash
+      $ mvn clean install -DskipTests -Prelease
+   ```
+   
+
 在执行以上任一指令后,可在`alpha/alpha-server/target/saga/alpha-server-${version}-exec.jar`中找到alpha server的可执行文件。
 
 ## 如何使用

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.