You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/09/06 15:12:55 UTC

[skywalking] branch master updated: add gateway.yml to avoid unnecessary errors (#3426)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new a690f67  add gateway.yml to avoid unnecessary errors (#3426)
a690f67 is described below

commit a690f6704fddc02c119035e5f733e71fd19b34a3
Author: 于玉桔 <zh...@apache.org>
AuthorDate: Fri Sep 6 23:12:45 2019 +0800

    add gateway.yml to avoid unnecessary errors (#3426)
---
 oap-server/server-starter/pom.xml                        | 1 +
 oap-server/server-starter/src/main/assembly/assembly.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml
index d7f51f1..0365295 100644
--- a/oap-server/server-starter/pom.xml
+++ b/oap-server/server-starter/pom.xml
@@ -240,6 +240,7 @@
                         <exclude>datasource-settings.properties</exclude>
                         <exclude>endpoint_naming_rules.properties</exclude>
                         <exclude>official_analysis.oal</exclude>
+                        <exclude>gateways.yml</exclude>
                     </excludes>
                 </configuration>
             </plugin>
diff --git a/oap-server/server-starter/src/main/assembly/assembly.xml b/oap-server/server-starter/src/main/assembly/assembly.xml
index 7182607..36bf489 100755
--- a/oap-server/server-starter/src/main/assembly/assembly.xml
+++ b/oap-server/server-starter/src/main/assembly/assembly.xml
@@ -40,6 +40,7 @@
                 <include>alarm-settings.yml</include>
                 <include>alarm-settings-sample.yml</include>
                 <include>datasource-settings.properties</include>
+                <include>gateways.yml</include>
             </includes>
         </fileSet>
         <fileSet>