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/03/26 18:17:42 UTC

[incubator-skywalking] branch endpoint-rename updated: Exclude test file.

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

wusheng pushed a commit to branch endpoint-rename
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/endpoint-rename by this push:
     new 839f1b6  Exclude test file.
839f1b6 is described below

commit 839f1b65796ec17feb2b00ded9ad74cd50fdc7a7
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 26 11:17:25 2019 -0700

    Exclude test file.
---
 oap-server/server-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml
index 5e1d5a6..37c5330 100644
--- a/oap-server/server-starter/pom.xml
+++ b/oap-server/server-starter/pom.xml
@@ -186,6 +186,7 @@
                         <exclude>alarm-settings.yml</exclude>
                         <exclude>component-libraries.yml</exclude>
                         <exclude>datasource-settings.properties</exclude>
+                        <exclude>endpoint_naming_rules.properties</exclude>
                     </excludes>
                 </configuration>
             </plugin>