浏览代码

Merge branch 'master' into feature/mcy

mcy 6 年之前
父节点
当前提交
94a3cfa9de
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      client-adapter/launcher/pom.xml

+ 8 - 0
client-adapter/launcher/pom.xml

@@ -188,6 +188,14 @@
                 </executions>
             </plugin>
         </plugins>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <excludes>
+                    <exclude>application.yml</exclude>
+                </excludes>
+            </resource>
+        </resources>
     </build>
 
     <profiles>