Эх сурвалжийг харах

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

wangyc 7 жил өмнө
parent
commit
e22268dcd8
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  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>