From a3096054ed65ed1225bb99b11fef633801c7c2b3 Mon Sep 17 00:00:00 2001 From: crazyhzm Date: Mon, 13 Nov 2023 11:57:36 +0800 Subject: [PATCH] Add spotless for dubo-distribution Signed-off-by: crazyhzm --- dubbo-distribution/pom.xml | 66 ++++++++++++++++++++++++++++++++++---- 1 file changed, 60 insertions(+), 6 deletions(-) diff --git a/dubbo-distribution/pom.xml b/dubbo-distribution/pom.xml index cb85215347..ac8f517f98 100644 --- a/dubbo-distribution/pom.xml +++ b/dubbo-distribution/pom.xml @@ -27,6 +27,13 @@ dubbo-distribution pom + + 2.40.0 + check + 1.0.0 + 2.38.0 + + release @@ -41,7 +48,7 @@ dubbo-all - true + [8,) dubbo-all @@ -55,11 +62,58 @@ - dubbo-all-shaded - - dubbo-all-shaded - dubbo-bom - + java11+ + + [11,) + + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + ${palantirJavaFormat.version} + + + + dubbo-importorder.txt + + + checkstyle-header.txt + + + + + false + true + + + + true + + + + + com.alibaba + dubbo-shared-resources + ${dubbo-shared-resources.version} + + + + + + ${spotless.action} + + process-sources + + + + +