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/30 23:26:29 UTC

[incubator-skywalking] branch jaeger-receiver updated: Fix rat.

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

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


The following commit(s) were added to refs/heads/jaeger-receiver by this push:
     new 3a11ec0  Fix rat.
3a11ec0 is described below

commit 3a11ec0ec3c5122fdf7d8334557d865ea1a1681f
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Mar 30 16:26:20 2019 -0700

    Fix rat.
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 181f86f..2ac5440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,10 +362,14 @@
                         <exclude>skywalking-ui/package-lock.json</exclude>
 
                         <!-- Proto files of Istio, envoy, prometheus and gogoproto projects -->
-                        <exclude>**/src/main/proto/gogoproto/gogo.proto</exclude>
                         <exclude>**/src/main/proto/envoy/**</exclude>
-                        <exclude>**/src/main/proto/google/protobuf/*.proto</exclude>
+                        <exclude>**/src/main/proto/gogoproto/gogo.proto</exclude>
+                        <exclude>**/src/main/proto/google/**</exclude>
+                        <exclude>**/src/main/proto/istio/**</exclude>
+                        <exclude>**/src/main/proto/jaeger/**</exclude>
+                        <exclude>**/src/main/proto/policy/**</exclude>
                         <exclude>**/src/main/proto/prometheus/client_model/metrics.proto</exclude>
+                        <exclude>**/src/main/proto/protoc-gen-swagger/**</exclude>
                         <exclude>**/src/main/proto/validate/validate.proto</exclude>
 
                         <!-- generated file from antlr -->