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-oal-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new d76e69a  Fix RAT.
d76e69a is described below

commit d76e69a10e5ecd0d59244860d00e35f5b00336d6
Author: Wu Sheng <[email protected]>
AuthorDate: Wed Aug 15 10:33:04 2018 +0800

    Fix RAT.
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 367b3f2..1317a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,6 +157,9 @@
                         <excldue>**/*.MD</excldue>
                         <exclude>**/*.txt</exclude>
                         <exclude>**/docs/**</exclude>
+
+                        <!-- antlr4 generated codes -->
+                        
<exclude>**/src/main/antlr4/org/apache/skywalking/oal/tool/grammar/OALLexer.tokens</exclude>
                     </excludes>
                 </configuration>
                 <executions>

Reply via email to