Browse Source

测试环境

wangmh 8 years ago
parent
commit
3d854d331a
1 changed files with 6 additions and 5 deletions
  1. 6 5
      pom.xml

+ 6 - 5
pom.xml

@@ -20,6 +20,7 @@
 				<!-- static plugin -->
 				<static-path>static</static-path>
 			</properties>
+
 		</profile>
 		<profile>
 			<!-- 测试环境 -->
@@ -29,7 +30,10 @@
 				<!-- static plugin -->
 				<static-path>static</static-path>
 			</properties>
-
+			<!-- 默认 -->
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
 		</profile>
 		<profile>
 			<!-- 生产环境 -->
@@ -39,10 +43,7 @@
 				<!-- static plugin -->
 				<static-path>http://static.ubtob.com</static-path>
 			</properties>
-			<!-- 默认 -->
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>
+
 		</profile>
 	</profiles>
 	<dependencies>