From 4195002b32a2a2aa6f614d66f23493d639a67252 Mon Sep 17 00:00:00 2001 From: shuiqingliu Date: Thu, 25 May 2023 15:34:31 +0800 Subject: [PATCH] feat: sct-all package is now available as a shaded uber-jar --- pom.xml | 6 ++++ spring-cloud-starter-tencent-all/pom.xml | 38 ++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index 9dc723048..afdd4a323 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,7 @@ 3.2.0 1.2.7 3.0.1 + 3.4.1 true @@ -160,6 +161,11 @@ jacoco-maven-plugin ${jacoco.version} + + org.apache.maven.plugins + maven-shade-plugin + ${maven-shade-plugin.version} + diff --git a/spring-cloud-starter-tencent-all/pom.xml b/spring-cloud-starter-tencent-all/pom.xml index f6fb8b38f..b12ac9324 100644 --- a/spring-cloud-starter-tencent-all/pom.xml +++ b/spring-cloud-starter-tencent-all/pom.xml @@ -57,4 +57,42 @@ spring-boot-starter-actuator + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + package + + jar + + + + + + org.apache.maven.plugins + maven-shade-plugin + + true + + + com.tencent.cloud:spring-cloud-tencent + + + + + + package + + shade + + + + + +