diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3d2a54..12ab1241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,4 @@ - [docs:add release GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/1007) - [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1012) - [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1022) +- [feat: sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1025) \ No newline at end of file diff --git a/pom.xml b/pom.xml index f621a8f9..71feee0a 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,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 f6fb8b38..1c45b11d 100644 --- a/spring-cloud-starter-tencent-all/pom.xml +++ b/spring-cloud-starter-tencent-all/pom.xml @@ -57,4 +57,49 @@ spring-boot-starter-actuator + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + package + + jar + + + + + + org.apache.maven.plugins + maven-shade-plugin + + false + + + + sct-all-shade + + shade + + + true + + + + META-INF/spring/org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports + + + META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports + + + + + + + +