Procházet zdrojové kódy

feat(pre-pom):新增预部署profile配置

wangyc před 7 roky
rodič
revize
e22268dcd8
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -42,6 +42,15 @@
 				<static-path>https://static.usoftmall.com</static-path>
 			</properties>
 		</profile>
+		<profile>
+			<!-- 预部署环境 -->
+			<id>pre</id>
+			<properties>
+				<profile>pre</profile>
+				<!-- static plugin -->
+				<static-path>static</static-path>
+			</properties>
+		</profile>
 		<profile>
 			<!-- 生产环境 -->
 			<id>txcloud</id>