瀏覽代碼

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

wangyc 7 年之前
父節點
當前提交
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>