Fix #1316: Exclude component-libaries.xml file when package collector jar (#1318)

This commit is contained in:
Xin,Zhang 2018-06-07 14:18:40 +08:00 committed by 吴晟 Wu Sheng
parent 2c822363cb
commit 9582097d07
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@
<excludes>
<exclude>application.yml</exclude>
<exclude>log4j2.xml</exclude>
<exclude>component-libraries.yml</exclude>
</excludes>
</configuration>
</plugin>