[fix] 删除将yml文件打包的plugin

pull/1421/head
郭前胜 2024-04-19 08:54:16 +08:00
parent 89adb29e97
commit 382de37b02
1 changed files with 0 additions and 13 deletions

13
pom.xml
View File

@ -392,19 +392,6 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<excludes>
<exclude>**/all-application.yml</exclude>
<exclude>**/application.yml</exclude>
<exclude>**/application-*.yml</exclude>
<exclude>**/local.jks</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>