Browse Source

正式环境

wangmh 8 years ago
parent
commit
d73b3e5305
1 changed files with 4 additions and 5 deletions
  1. 4 5
      pom.xml

+ 4 - 5
pom.xml

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