build: 忽略对plugins的扫描

This commit is contained in:
fit2-zhao 2023-10-23 09:19:42 +08:00 committed by Craftsman
parent 7ff569957e
commit 0c97f714a8
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@
<exclude>io/metersphere/**/config/**</exclude>
<exclude>io/metersphere/**/constants/**</exclude>
<exclude>io/metersphere/sdk/**</exclude>
<exclude>io/metersphere/plugin/**</exclude>
</excludes>
</configuration>
<executions>