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 <394102...@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 <kezhenx...@163.com> Co-authored-by: 吴晟 Wu Sheng <wu.sh...@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>