From e14fbf9ee1e992f430e07eb6b02b4de5244efc48 Mon Sep 17 00:00:00 2001 From: oc <1490535+ocoooo@user.noreply.gitee.com> Date: Thu, 30 Nov 2023 10:42:03 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E9=81=BF=E5=85=8D=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=97=B6=E5=B0=86=20biz=20=E5=8C=85=E6=8E=A8=E9=80=81=E5=88=B0?= =?UTF-8?q?=20maven=20=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-gateway/pom.xml | 12 ++++++-- yudao-module-bpm/yudao-module-bpm-biz/pom.xml | 13 ++++++++- .../yudao-module-infra-biz/pom.xml | 10 +++++++ .../yudao-module-product-biz/pom.xml | 29 +++++++++++++++++++ .../yudao-module-promotion-biz/pom.xml | 29 +++++++++++++++++++ .../yudao-module-statistics-biz/pom.xml | 29 +++++++++++++++++++ .../yudao-module-trade-biz/pom.xml | 29 +++++++++++++++++++ .../yudao-module-member-biz/pom.xml | 29 +++++++++++++++++++ yudao-module-mp/yudao-module-mp-biz/pom.xml | 29 +++++++++++++++++++ yudao-module-pay/yudao-module-pay-biz/pom.xml | 29 +++++++++++++++++++ .../yudao-module-report-biz/pom.xml | 10 +++++++ .../yudao-module-system-biz/pom.xml | 9 ++++++ 12 files changed, 254 insertions(+), 3 deletions(-) diff --git a/yudao-gateway/pom.xml b/yudao-gateway/pom.xml index 349464f82..ac8c3acca 100644 --- a/yudao-gateway/pom.xml +++ b/yudao-gateway/pom.xml @@ -87,16 +87,16 @@ - ${project.artifactId} + org.springframework.boot spring-boot-maven-plugin - ${spring.boot.version} + ${spring.boot.version} @@ -105,6 +105,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/yudao-module-bpm/yudao-module-bpm-biz/pom.xml b/yudao-module-bpm/yudao-module-bpm-biz/pom.xml index 8b04d5969..b7ee74505 100644 --- a/yudao-module-bpm/yudao-module-bpm-biz/pom.xml +++ b/yudao-module-bpm/yudao-module-bpm-biz/pom.xml @@ -13,7 +13,8 @@ ${project.artifactId} bpm 包下,业务流程管理(Business Process Management),我们放工作流的功能,基于 Flowable 6 版本实现。 - 例如说:流程定义、表单配置、审核中心(我的申请、我的待办、我的已办)等等 + 例如说:流程定义、表单配置、审核中心(我的申请、我的待办、我的已办)等等 + @@ -110,9 +111,11 @@ yudao-spring-boot-starter-flowable + ${project.artifactId} + @@ -127,6 +130,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/yudao-module-infra/yudao-module-infra-biz/pom.xml b/yudao-module-infra/yudao-module-infra-biz/pom.xml index e952dd326..ec9f71141 100644 --- a/yudao-module-infra/yudao-module-infra-biz/pom.xml +++ b/yudao-module-infra/yudao-module-infra-biz/pom.xml @@ -152,9 +152,11 @@ + ${project.artifactId} + @@ -169,6 +171,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/yudao-module-mall/yudao-module-product-biz/pom.xml b/yudao-module-mall/yudao-module-product-biz/pom.xml index b25249152..e0de9ac1a 100644 --- a/yudao-module-mall/yudao-module-product-biz/pom.xml +++ b/yudao-module-mall/yudao-module-product-biz/pom.xml @@ -108,4 +108,33 @@ + + + ${project.artifactId} + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + diff --git a/yudao-module-mall/yudao-module-promotion-biz/pom.xml b/yudao-module-mall/yudao-module-promotion-biz/pom.xml index 0e90502d4..310381dba 100644 --- a/yudao-module-mall/yudao-module-promotion-biz/pom.xml +++ b/yudao-module-mall/yudao-module-promotion-biz/pom.xml @@ -131,4 +131,33 @@ + + + ${project.artifactId} + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + diff --git a/yudao-module-mall/yudao-module-statistics-biz/pom.xml b/yudao-module-mall/yudao-module-statistics-biz/pom.xml index 52995fa13..c033dbb44 100644 --- a/yudao-module-mall/yudao-module-statistics-biz/pom.xml +++ b/yudao-module-mall/yudao-module-statistics-biz/pom.xml @@ -138,4 +138,33 @@ + + + ${project.artifactId} + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + diff --git a/yudao-module-mall/yudao-module-trade-biz/pom.xml b/yudao-module-mall/yudao-module-trade-biz/pom.xml index 4ec5a4e5d..7227aa221 100644 --- a/yudao-module-mall/yudao-module-trade-biz/pom.xml +++ b/yudao-module-mall/yudao-module-trade-biz/pom.xml @@ -150,4 +150,33 @@ + + + ${project.artifactId} + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + diff --git a/yudao-module-member/yudao-module-member-biz/pom.xml b/yudao-module-member/yudao-module-member-biz/pom.xml index 22942d6ea..00ddd0c10 100644 --- a/yudao-module-member/yudao-module-member-biz/pom.xml +++ b/yudao-module-member/yudao-module-member-biz/pom.xml @@ -127,4 +127,33 @@ + + + ${project.artifactId} + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + diff --git a/yudao-module-mp/yudao-module-mp-biz/pom.xml b/yudao-module-mp/yudao-module-mp-biz/pom.xml index 5b62f3049..3668dc7ff 100644 --- a/yudao-module-mp/yudao-module-mp-biz/pom.xml +++ b/yudao-module-mp/yudao-module-mp-biz/pom.xml @@ -117,4 +117,33 @@ + + + ${project.artifactId} + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + diff --git a/yudao-module-pay/yudao-module-pay-biz/pom.xml b/yudao-module-pay/yudao-module-pay-biz/pom.xml index aca7735de..2156af3a8 100644 --- a/yudao-module-pay/yudao-module-pay-biz/pom.xml +++ b/yudao-module-pay/yudao-module-pay-biz/pom.xml @@ -120,4 +120,33 @@ + + + ${project.artifactId} + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + diff --git a/yudao-module-report/yudao-module-report-biz/pom.xml b/yudao-module-report/yudao-module-report-biz/pom.xml index 72562cb99..ea0128939 100644 --- a/yudao-module-report/yudao-module-report-biz/pom.xml +++ b/yudao-module-report/yudao-module-report-biz/pom.xml @@ -124,9 +124,11 @@ + ${project.artifactId} + @@ -141,6 +143,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/yudao-module-system/yudao-module-system-biz/pom.xml b/yudao-module-system/yudao-module-system-biz/pom.xml index d1cd79904..c7c2697b5 100644 --- a/yudao-module-system/yudao-module-system-biz/pom.xml +++ b/yudao-module-system/yudao-module-system-biz/pom.xml @@ -177,6 +177,7 @@ ${project.artifactId} + @@ -191,6 +192,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + +