Browse Source

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

wangyc 7 years ago
parent
commit
e22268dcd8
1 changed files with 9 additions and 0 deletions
  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>