From 1612ffd84b0330993abef915d7b45aef5ffd68af Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Tue, 14 Nov 2023 10:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0deploy=E6=89=93=E5=8C=85?= =?UTF-8?q?=EF=BC=8C=E5=BF=BD=E7=95=A5=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- muyu-auth/pom.xml | 8 ++++++++ muyu-gateway/pom.xml | 8 ++++++++ muyu-modules/muyu-file/pom.xml | 8 ++++++++ muyu-modules/muyu-gen/pom.xml | 8 ++++++++ muyu-modules/muyu-job/pom.xml | 8 ++++++++ muyu-modules/muyu-system/pom.xml | 8 ++++++++ muyu-visual/muyu-monitor/pom.xml | 10 ++++++++++ pom.xml | 29 +++++++++++++++++++++++++++-- 8 files changed, 85 insertions(+), 2 deletions(-) diff --git a/muyu-auth/pom.xml b/muyu-auth/pom.xml index 930f41a..a8ddedc 100644 --- a/muyu-auth/pom.xml +++ b/muyu-auth/pom.xml @@ -68,6 +68,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-gateway/pom.xml b/muyu-gateway/pom.xml index 4c2258f..2d3ed58 100644 --- a/muyu-gateway/pom.xml +++ b/muyu-gateway/pom.xml @@ -104,6 +104,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-file/pom.xml b/muyu-modules/muyu-file/pom.xml index 5e5c424..e1de9af 100644 --- a/muyu-modules/muyu-file/pom.xml +++ b/muyu-modules/muyu-file/pom.xml @@ -83,6 +83,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-gen/pom.xml b/muyu-modules/muyu-gen/pom.xml index b757608..bd2a910 100644 --- a/muyu-modules/muyu-gen/pom.xml +++ b/muyu-modules/muyu-gen/pom.xml @@ -88,6 +88,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-job/pom.xml b/muyu-modules/muyu-job/pom.xml index 944b172..7ebe99d 100644 --- a/muyu-modules/muyu-job/pom.xml +++ b/muyu-modules/muyu-job/pom.xml @@ -94,6 +94,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-modules/muyu-system/pom.xml b/muyu-modules/muyu-system/pom.xml index aa6d2d6..be58498 100644 --- a/muyu-modules/muyu-system/pom.xml +++ b/muyu-modules/muyu-system/pom.xml @@ -94,6 +94,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/muyu-visual/muyu-monitor/pom.xml b/muyu-visual/muyu-monitor/pom.xml index 154fe6c..9caa211 100644 --- a/muyu-visual/muyu-monitor/pom.xml +++ b/muyu-visual/muyu-monitor/pom.xml @@ -53,6 +53,7 @@ spring-boot-starter-security + @@ -69,6 +70,15 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/pom.xml b/pom.xml index 142ef54..f02ea75 100644 --- a/pom.xml +++ b/pom.xml @@ -252,15 +252,40 @@ + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + true + + + + compile + + jar + + + + + + + releases + releases + http://nexus.muyu.com:8081/repository/maven-releases/ + + + public aliyun nexus - https://maven.aliyun.com/repository/public + http://nexus.muyu.com:8081/repository/maven-public/ true @@ -271,7 +296,7 @@ public aliyun nexus - https://maven.aliyun.com/repository/public + http://nexus.muyu.com:8081/repository/maven-public/ true