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

修改合并mp3文件规则

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