From 91864926aa9d34137754bbadcefe1a7452b752e9 Mon Sep 17 00:00:00 2001 From: lijinyang Date: Tue, 20 Aug 2024 10:40:51 +0800 Subject: fix:更换仓库至Nexus3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 64 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index c5f01e2..db42d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,27 +18,32 @@ 192.168.40.153 2375 - 192.168.40.153 - - 9080 - tsg/galaxy + 8082 + tsg/olap Geedge2020! - nexus + nexus3 Team Nexus Repository - http://192.168.40.153:8099/content/groups/public + http://192.168.40.153:8081/repository/public/ + + + jitpack.io + https://jitpack.io - - nexus + nexus3 Team Nexus Repository - http://192.168.40.153:8099/content/groups/public + http://192.168.40.153:8081/repository/public/ + + + jitpack.io + https://jitpack.io @@ -313,13 +318,15 @@ build package + - ${project.password} - - static/** + META-INF/resources/** + + + resources/** @@ -331,28 +338,22 @@ docker-maven-plugin 1.0.0 - 153-docker-repo + 153-nexus-docker-repo ${docker.registry}:${docker.registry.port} - true - - ${docker.registry}:${docker.registry.port}/${docker.image.prefix}/${project.artifactId} true - - - 22.12.07 - - - http://192.168.40.153:2375 + ${docker.registry}:${docker.registry.port}/${docker.image.prefix}/${project.artifactId} + + http://${docker.build}:${docker.build.port} docker - 192.168.40.153:9080/common/amazon-corretto:11.0.21.9.1-alpine3.18 - 192.168.40.153:9080/common/golang:1.15.6 + ${docker.registry}:${docker.registry.port}/common/amazon-corretto:11.0.21.9.1-alpine3.18 + ${docker.registry}:${docker.registry.port}/common/golang:1.15.6 ${project.build.finalName}.xjar - - - + + 22.12.07 + / @@ -360,14 +361,19 @@ ${project.build.finalName}.xjar xjar.go - /config config - + + + javax.activation + activation + 1.1.1 + + org.jacoco -- cgit v1.2.3