|
|
@@ -141,4 +141,19 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+
|
|
|
+ <distributionManagement>
|
|
|
+ <!-- 发布release仓库 -->
|
|
|
+ <repository>
|
|
|
+ <id>platform-release</id>
|
|
|
+ <name>platform-release</name>
|
|
|
+ <url>http://113.105.74.141:8081/artifactory/libs-release-local</url>
|
|
|
+ </repository>
|
|
|
+ <!-- 发布快照版本 -->
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>platform-snapshots</id>
|
|
|
+ <name>platform-snapshots</name>
|
|
|
+ <url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
</project>
|