chore: exclude some packages

This commit is contained in:
CaptainB 2024-07-18 10:37:12 +08:00 committed by 刘瑞斌
parent 8db5c9f411
commit 3413a74ea1
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,7 @@
<exclude>io/metersphere/**/dto/**</exclude>
<exclude>io/metersphere/**/config/**</exclude>
<exclude>io/metersphere/**/constants/**</exclude>
<exclude>io/metersphere/**/utils/**</exclude>
<exclude>io/metersphere/*/excel/**</exclude>
<exclude>io/metersphere/sdk/**</exclude>
<exclude>io/metersphere/provider/**</exclude>
@ -167,6 +168,7 @@
<exclude>io/metersphere/system/notice/**</exclude>
<exclude>io/metersphere/system/schedule/**</exclude>
<exclude>io/metersphere/system/security/**</exclude>
<exclude>io/metersphere/system/controller/handler/**</exclude>
</excludes>
</configuration>
<executions>