|
|
@@ -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>
|