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 06:17:21 UTC

[incubator-skywalking] branch rat created (now dac7fe3)

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

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


      at dac7fe3  Fix a small setting.

This branch includes the following new commits:

     new dac7fe3  Fix a small setting.

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.



[incubator-skywalking] 01/01: Fix a small setting.

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

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

commit dac7fe3ed450a48117a74d13e6e5117d13dd6447
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 11 14:17:07 2019 +0800

    Fix a small setting.
---
 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>