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/05 07:35:24 UTC

[incubator-servicecomb-saga] branch SCB-346 updated: Added the alpha-server into binary release

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

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


The following commit(s) were added to refs/heads/SCB-346 by this push:
     new 14f795e  Added the alpha-server into binary release
14f795e is described below

commit 14f795edf38d9e472e66498dcd5b7d5c424bf427
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 5 15:34:34 2018 +0800

    Added the alpha-server into binary release
---
 saga-distribution/src/assembly/bin.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/saga-distribution/src/assembly/bin.xml b/saga-distribution/src/assembly/bin.xml
index 3eace53..ede5cf4 100644
--- a/saga-distribution/src/assembly/bin.xml
+++ b/saga-distribution/src/assembly/bin.xml
@@ -54,6 +54,15 @@
                 <include>LICENSE</include>
             </includes>
         </fileSet>
+        <!-- include alpha server exec into bin directory -->
+        <fileSet>
+            <directory>../alpha/alpha-server/target/saga/</directory>
+            <outputDirectory>saga-distribution-${project.version}</outputDirectory>
+            <includes>
+                <include>alpha-server-${project.version}-exec.jar</include>
+            </includes>
+            <fileMode>0755</fileMode>
+        </fileSet>
     </fileSets>
     <dependencySets>
         <dependencySet>

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