You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/01/29 05:02:29 UTC

[skywalking] branch master updated: Add pom exclude license file dir. (#4217)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d6626e  Add pom exclude license file dir. (#4217)
2d6626e is described below

commit 2d6626e3c36c990b6ed2f9406b108df0b44f94c7
Author: aderm <39...@qq.com>
AuthorDate: Wed Jan 29 13:02:15 2020 +0800

    Add pom exclude license file dir. (#4217)
    
    * add exclude licene file dir.
    
    * update comment.
    
    * update pom exclude dir.
    
    * update comment.
    
    Co-authored-by: kezhenxu94 <ke...@163.com>
    Co-authored-by: 吴晟 Wu Sheng <wu...@foxmail.com>
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3fbbe2d..3bdcc09 100755
--- a/pom.xml
+++ b/pom.xml
@@ -452,6 +452,9 @@
                         <exclude>tools/dependencies/known-oap-backend-dependencies.txt</exclude>
                         <exclude>apm-checkstyle/CHECKSTYLE_HEAD</exclude>
 
+                        <!-- generated file from test agent plugin scenarios -->
+                        <exclude>**/test/plugin/workspace/**</exclude>
+
                         <exclude>.m2/**</exclude>
                     </excludes>
                 </configuration>