Add pom exclude license file dir. (#4217)

* add exclude licene file dir.

* update comment.

* update pom exclude dir.

* update comment.

Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
This commit is contained in:
aderm 2020-01-29 13:02:15 +08:00 committed by GitHub
parent 8e4c1e95d6
commit 2d6626e3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -452,6 +452,9 @@
<exclude>tools/dependencies/known-oap-backend-dependencies.txt</exclude> <exclude>tools/dependencies/known-oap-backend-dependencies.txt</exclude>
<exclude>apm-checkstyle/CHECKSTYLE_HEAD</exclude> <exclude>apm-checkstyle/CHECKSTYLE_HEAD</exclude>
<!-- generated file from test agent plugin scenarios -->
<exclude>**/test/plugin/workspace/**</exclude>
<exclude>.m2/**</exclude> <exclude>.m2/**</exclude>
</excludes> </excludes>
</configuration> </configuration>