소스 검색

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>