From 2d6626e3c36c990b6ed2f9406b108df0b44f94c7 Mon Sep 17 00:00:00 2001 From: aderm <394102339@qq.com> Date: Wed, 29 Jan 2020 13:02:15 +0800 Subject: [PATCH] Add pom exclude license file dir. (#4217) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add exclude licene file dir. * update comment. * update pom exclude dir. * update comment. Co-authored-by: kezhenxu94 Co-authored-by: 吴晟 Wu Sheng --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 3fbbe2d41d..3bdcc09fb5 100755 --- a/pom.xml +++ b/pom.xml @@ -452,6 +452,9 @@ tools/dependencies/known-oap-backend-dependencies.txt apm-checkstyle/CHECKSTYLE_HEAD + + **/test/plugin/workspace/** + .m2/** -- GitLab