chore: 排除发送通知部分

This commit is contained in:
CaptainB 2024-02-05 17:23:50 +08:00 committed by 刘瑞斌
parent a8e1c942a4
commit bffd717e93
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@
<exclude>io/metersphere/provider/**</exclude> <exclude>io/metersphere/provider/**</exclude>
<exclude>io/metersphere/plugin/**</exclude> <exclude>io/metersphere/plugin/**</exclude>
<exclude>io/metersphere/*/job/**</exclude> <exclude>io/metersphere/*/job/**</exclude>
<exclude>io/metersphere/system/notice/**</exclude>
</excludes> </excludes>
</configuration> </configuration>
<executions> <executions>