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/11 07:13:43 UTC

[incubator-skywalking] branch master updated: Fix a small setting. (#2343)

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/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ec12cd  Fix a small setting. (#2343)
8ec12cd is described below

commit 8ec12cd7e5440b529efc2ecf2199224ddd60335f
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 11 15:13:38 2019 +0800

    Fix a small setting. (#2343)
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8467606..8682040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,12 +317,16 @@
                         <exclude>skywalking-ui/package.json</exclude>
                         <exclude>skywalking-ui/package-lock.json</exclude>
 
-                        <!-- Proto files of Istio and gogoproto projects -->
+                        <!-- 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/prometheus/client_model/metrics.proto</exclude>
                         <exclude>**/src/main/proto/validate/validate.proto</exclude>
+
+                        <!-- generated file from antlr -->
+                        <exclude>**/src/main/antlr4/org/apache/skywalking/oal/tool/grammar/OALLexer.tokens</exclude>
+
                         <!-- Maven Wrapper generated files -->
                         <exclude>.mvn/wrapper/maven-wrapper.properties</exclude>
                     </excludes>