From de5d98edb80742185b91b2d892167b82a8b64430 Mon Sep 17 00:00:00 2001
From: jyy <jyy>
Date: Thu, 22 Jul 2021 18:03:24 +0800
Subject: [PATCH] Merge branch 'score_shop' into api_score_meger

---
 zq-erp/pom.xml |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/zq-erp/pom.xml b/zq-erp/pom.xml
index 3bdc5c1..e9cf484 100644
--- a/zq-erp/pom.xml
+++ b/zq-erp/pom.xml
@@ -48,6 +48,12 @@
             </properties>
         </profile>
         <profile>
+            <id>mdprd</id>
+            <properties>
+                <env>mdprd</env>
+            </properties>
+        </profile>
+        <profile>
             <id>xcx</id>
             <properties>
                 <env>xcx</env>
@@ -397,15 +403,16 @@
 
                     <exclude>config/dev/*</exclude>
                     <exclude>config/prd/*</exclude>
+                    <exclude>config/mdprd/*</exclude>
                     <exclude>config/test/*</exclude>
                     <exclude>config/xcx/*</exclude>
                     <exclude>config/xcshop/*</exclude>
 
-                    <!-- -->
+                    <!--  -->
+
                     <exclude>config/config.json</exclude>
                     <exclude>config/application.properties</exclude>
                     <exclude>config/system.properties</exclude>
-
 
 
                     <exclude>**/*.woff</exclude>
@@ -421,6 +428,7 @@
                     <include>**/*.woff2</include>
                     <include>**/*.ttf</include>
                     <include>**/*.xls</include>
+                    <include>**/*.xml</include>
                 </includes>
             </resource>
             <resource>

--
Gitblit v1.9.1