Commit 215b19daec04c1f2a5e3dcc86176dd7d5b4b9bf4

Authored by weiliwhereareyou@163.com
1 parent 08afc869

profile

Showing 1 changed file with 1 additions and 6 deletions
mobsite-getway-web/pom.xml
... ... @@ -172,9 +172,6 @@
172 172  
173 173 <profile>
174 174 <id>test</id>
175   - <activation>
176   - <activeByDefault>true</activeByDefault>
177   - </activation>
178 175 <properties>
179 176 <!-- 显示模板 -->
180 177 <project.view.VMDefault>layout/default</project.view.VMDefault>
... ... @@ -325,9 +322,7 @@
325 322  
326 323 <profile>
327 324 <id>pre_online</id>
328   - <activation>
329   - <activeByDefault>true</activeByDefault>
330   - </activation>
  325 +
331 326 <properties>
332 327 <!-- 显示模板 -->
333 328 <project.view.VMDefault>layout/default</project.view.VMDefault>
... ...