Commit 90d6464f authored by 周亚武's avatar 周亚武

修改合并mp3文件规则

parent 015bd0ec
...@@ -275,6 +275,12 @@ ...@@ -275,6 +275,12 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>mp3</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
<executions> <executions>
<execution> <execution>
<id>copy-resources</id> <id>copy-resources</id>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment