Commit d0f1b540 authored by 周亚武's avatar 周亚武

修改合并mp3文件规则

parent 8dff8d3b
......@@ -303,7 +303,7 @@
</execution>
<execution>
<id>copy-resources</id>
<id>copy-sound</id>
<phase>package</phase>
<goals>
<goal>copy-resources</goal>
......@@ -313,7 +313,7 @@
<outputDirectory>dist/${project.artifactId}/sound</outputDirectory>
<resources>
<resource>
<directory>src/main/resources/</directory>
<directory>src/main/resources/sound</directory>
<includes>
<include>*.mp3</include>
</includes>
......
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