maven摘除jar包中配置文件

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<excludes>
<exclude>*.properties</exclude>
<exclude>*.yml</exclude>
</excludes>
</configuration>
</plugin>
posted @ 2019-04-23 11:32  初心tianmh  阅读(705)  评论(0编辑  收藏  举报