浏览代码

We weren't including the wave files at build

TheYeti 13 年之前
父节点
当前提交
d83bd3b7e3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -27,6 +27,7 @@
                 <directory>${basedir}/src/main/resources/</directory>
                 <includes>
                     <include>*.png</include>
+                    <include>*.wav</include>
                 </includes>
             </resource>
         </resources>