From 977e1ecc821bde3c9b8d770c9dd89e20d78878b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Sat, 14 Oct 2023 17:15:59 +0800 Subject: [PATCH] Add : add check profile (#2283) * Add : add check profile * Add : add check profile * Add : add back the removed plugins * Add : add back the removed plugins --- pom.xml | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) diff --git a/pom.xml b/pom.xml index ac37770234..526b51de2d 100644 --- a/pom.xml +++ b/pom.xml @@ -874,6 +874,138 @@ + + check + + + + org.apache.rat + apache-rat-plugin + ${apache-rat-plugin.version} + + + **/target/** + **/logs/** + **/*.log + + **/*.iml + **/.idea/** + **/*.classpath + **/.project + **/.settings/** + **/dependency-reduced-pom.xml + + **/.gitignore + **/.gitmodules + **/.git/** + + **/.travis.yml + **/.mvn/jvm.config + **/.mvn/wrapper/maven-wrapper.properties + + **/.github/** + + **/*.md + **/*.MD + **/*.txt + **/docs/** + + **/.babelrc + **/.editorconfig + **/.eslintignore + **/package.json + **/assets/** + **/dist/** + **/etc/** + **/node/** + **/node_modules/** + **/test/coverage/** + **/package-lock.json + + /examples/** + + **/AdminLTE/** + **/bootstrap/** + **/bootstrap-table/** + **/daterangepicker/** + **/font-awesome-4.5.0/** + **/input-mask/** + **/finput-mask/** + **/jquery/** + **/jQuery/** + **/highcharts/** + + + + + + check + + verify + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + src/resources/checkstyle.xml + true + + + + validate + + check + + validate + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + + ${maven.multiModuleProjectDirectory}/src/resources/spotless/java.xml + + + + ${maven.multiModuleProjectDirectory}/src/resources/spotless/copyright.txt + + + + + UTF-8 + 4 + true + true + false + true + false + false + custom_1 + false + false + + + Leading blank line + --> + <project + --> + + <project + + + + + + +