1. 程式人生 > >maven摘除jar包中配置文件

maven摘除jar包中配置文件

ins group plugin onf apache per exclude con 配置

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<excludes>
<exclude>*.properties</exclude>
<exclude>*.yml</exclude>
</excludes>
</configuration>
</plugin>

maven摘除jar包中配置文件