From 4994a4f75e977e9bf9c1cef23d7c443b33112bc5 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期日, 07 四月 2024 16:55:31 +0800 Subject: [PATCH] pom文件修改 --- Source/platformProject/pom.xml | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/Source/platformProject/pom.xml b/Source/platformProject/pom.xml index f740a56..8a37391 100644 --- a/Source/platformProject/pom.xml +++ b/Source/platformProject/pom.xml @@ -2,12 +2,15 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <modules> <module>vci-platform-web</module> <module>vci-platform-starter</module> <module>vci-platform-server-starter</module> </modules> + <groupId>com.vci</groupId> <artifactId>platform-parent</artifactId> <version>2022.1-SNAPSHOT</version> @@ -18,7 +21,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> </properties> - <distributionManagement> + + <!-- <distributionManagement> <repository> <id>rdc-releases</id> <url>http://nexus.vci-tech.com:9000/repository/maven-releases/</url> @@ -27,7 +31,19 @@ <id>rdc-snapshots</id> <url>http://nexus.vci-tech.com:9000/repository/maven-snapshots/</url> </snapshotRepository> + </distributionManagement>--> + <!-- Maven鍒嗗彂鏋勪欢鐨勪綅缃紝绉佹湇鍦板潃 --> + <distributionManagement> + <repository> + <id>rdc-releases</id> + <url>http://dev.yunkeruida.top:9000/repository/maven-releases/</url> + </repository> + <snapshotRepository> + <id>rdc-snapshots</id> + <url>http://dev.yunkeruida.top:9000/repository/maven-snapshots/</url> + </snapshotRepository> </distributionManagement> + <dependencyManagement> <dependencies> <dependency> -- Gitblit v1.9.3