|
|
@@ -23,10 +23,6 @@
|
|
|
<!-- static plugin -->
|
|
|
<static-path>static</static-path>
|
|
|
</properties>
|
|
|
- <!-- 默认 -->
|
|
|
- <activation>
|
|
|
- <activeByDefault>true</activeByDefault>
|
|
|
- </activation>
|
|
|
</profile>
|
|
|
<profile>
|
|
|
<!-- 测试环境 -->
|
|
|
@@ -51,6 +47,10 @@
|
|
|
<!-- static plugin -->
|
|
|
<static-path>http://static.ubtob.com</static-path>
|
|
|
</properties>
|
|
|
+ <!-- 默认 -->
|
|
|
+ <activation>
|
|
|
+ <activeByDefault>true</activeByDefault>
|
|
|
+ </activation>
|
|
|
</profile>
|
|
|
</profiles>
|
|
|
<dependencies>
|
|
|
@@ -476,18 +476,4 @@
|
|
|
<maven.compiler.target>1.7</maven.compiler.target>
|
|
|
<skipTests>true</skipTests>
|
|
|
</properties>
|
|
|
- <distributionManagement>
|
|
|
- <!-- 发布release仓库 -->
|
|
|
- <repository>
|
|
|
- <id>platform-release</id>
|
|
|
- <name>platform-release</name>
|
|
|
- <url>http://192.168.253.111:8001/artifactory/libs-release-local</url>
|
|
|
- </repository>
|
|
|
- <!-- 发布快照版本 -->
|
|
|
- <snapshotRepository>
|
|
|
- <id>platform-snapshots</id>
|
|
|
- <name>platform-snapshots</name>
|
|
|
- <url>http://192.168.253.111:8001/artifactory/libs-snapshot-local</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>
|
|
|
</project>
|