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/09 14:22:59 UTC

[incubator-servicecomb-saga] branch SCB-380 created (now 738bcc6)

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

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


      at 738bcc6  SCB-380 Added incubating to the file name of release kit

This branch includes the following new commits:

     new 738bcc6  SCB-380 Added incubating to the file name of release kit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[incubator-servicecomb-saga] 01/01: SCB-380 Added incubating to the file name of release kit

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 738bcc665f16f9fe246877ca109dd718de93338e
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Mar 9 22:22:32 2018 +0800

    SCB-380 Added incubating to the file name of release kit
---
 saga-distribution/pom.xml              |  2 +-
 saga-distribution/src/assembly/bin.xml | 18 ++++++++++++------
 saga-distribution/src/assembly/src.xml |  4 +++-
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/saga-distribution/pom.xml b/saga-distribution/pom.xml
index ab2d1e4..8d90d28 100644
--- a/saga-distribution/pom.xml
+++ b/saga-distribution/pom.xml
@@ -23,7 +23,7 @@
       <artifactId>saga</artifactId>
       <version>0.2.0-SNAPSHOT</version>
     </parent>
-    <artifactId>saga-distribution</artifactId>
+    <artifactId>apache-servicecomb-incubating-saga-distribution</artifactId>
     <name>Saga::Distribution</name>
     <packaging>pom</packaging>
     <dependencies>
diff --git a/saga-distribution/src/assembly/bin.xml b/saga-distribution/src/assembly/bin.xml
index bc564c7..3f114ec 100644
--- a/saga-distribution/src/assembly/bin.xml
+++ b/saga-distribution/src/assembly/bin.xml
@@ -25,19 +25,25 @@
     <fileSets>
         <fileSet>
             <directory>../saga-demo</directory>
-            <outputDirectory>saga-distribution-${project.version}/saga-demo</outputDirectory>
+            <outputDirectory>apache-servicecomb-incubating-saga-distribution-${project.version}/saga-demo</outputDirectory>
             <excludes>
+                <exclude>**/*.iml</exclude>
+                <exclude>**/eclipse-classes/**</exclude>
+                <exclude>**/build/**</exclude>
+                <exclude>**/eclipse-classes/**</exclude>
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/**</exclude>
                 <exclude>**/target</exclude>
                 <exclude>**/target/**/*</exclude>
             </excludes>
         </fileSet>
         <fileSet>
             <directory>../docs</directory>
-            <outputDirectory>saga-distribution-${project.version}/docs</outputDirectory>
+            <outputDirectory>apache-servicecomb-incubating-saga-distribution-${project.version}/docs</outputDirectory>
         </fileSet>
         <fileSet>
             <directory>../</directory>
-            <outputDirectory>saga-distribution-${project.version}</outputDirectory>
+            <outputDirectory>apache-servicecomb-incubating-saga-distribution-${project.version}</outputDirectory>
             <includes>
 
                 <include>DISCLAIMER</include>
@@ -48,7 +54,7 @@
         <!-- include the NOTICE and LICENSE file from release directory -->
         <fileSet>
             <directory>src/release</directory>
-            <outputDirectory>saga-distribution-${project.version}</outputDirectory>
+            <outputDirectory>apache-servicecomb-incubating-saga-distribution-${project.version}</outputDirectory>
             <includes>
                 <include>NOTICE</include>
                 <include>LICENSE</include>
@@ -58,7 +64,7 @@
         <!-- include alpha server exec into bin directory -->
         <fileSet>
             <directory>../alpha/alpha-server/target/saga/</directory>
-            <outputDirectory>saga-distribution-${project.version}</outputDirectory>
+            <outputDirectory>apache-servicecomb-incubating-saga-distribution-${project.version}</outputDirectory>
             <includes>
                 <include>alpha-server-${project.version}-exec.jar</include>
             </includes>
@@ -69,7 +75,7 @@
         <dependencySet>
             <useProjectArtifact>true</useProjectArtifact>
             <unpack>false</unpack>
-            <outputDirectory>saga-distribution-${project.version}/libs</outputDirectory>
+            <outputDirectory>apache-servicecomb-incubating-saga-distribution-${project.version}/libs</outputDirectory>
             <scope>runtime</scope>
         </dependencySet>
     </dependencySets>
diff --git a/saga-distribution/src/assembly/src.xml b/saga-distribution/src/assembly/src.xml
index b951e89..717fdf6 100644
--- a/saga-distribution/src/assembly/src.xml
+++ b/saga-distribution/src/assembly/src.xml
@@ -38,7 +38,9 @@
         <exclude>**/eclipse-classes/**</exclude>
         <exclude>**/.*</exclude>
         <exclude>**/.*/**</exclude>
-
+        <exclude>*.enc</exclude>
+        <exclude>*.gpg</exclude>
+        <exclude>random_seed</exclude>
         <exclude>**/surefire*</exclude>
         <exclude>**/svn-commit*</exclude>
 

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