diff --git a/toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle-suppressions.xml b/.etc/checkstyle/checkstyle-suppressions.xml similarity index 100% rename from toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle-suppressions.xml rename to .etc/checkstyle/checkstyle-suppressions.xml diff --git a/toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle.xml b/.etc/checkstyle/checkstyle.xml similarity index 100% rename from toolchain/ballcat-codestyle/src/main/resources/ballcat/checkstyle.xml rename to .etc/checkstyle/checkstyle.xml diff --git a/ballcat-dependencies/pom.xml b/ballcat-dependencies/pom.xml index ccecc1363..9b0b8aafe 100644 --- a/ballcat-dependencies/pom.xml +++ b/ballcat-dependencies/pom.xml @@ -572,13 +572,6 @@ ballcat-spring-boot-starter-xss ${revision} - - - - org.ballcat - ballcat-codestyle - ${revision} - @@ -753,11 +746,6 @@ spring-javaformat-checkstyle ${spring-javaformat-checkstyle.version} - - org.ballcat - ballcat-codestyle - ${revision} - diff --git a/pom.xml b/pom.xml index 09bcf301c..9d5bf6916 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,6 @@ ballcat-dependencies - toolchain/ballcat-codestyle - common/ballcat-common-core common/ballcat-common-model common/ballcat-common-util @@ -355,8 +353,8 @@ checkstyle-validation validate - ballcat/checkstyle.xml - ballcat/checkstyle-suppressions.xml + .etc/checkstyle/checkstyle.xml + .etc/checkstyle/checkstyle-suppressions.xml true true true diff --git a/toolchain/ballcat-codestyle/pom.xml b/toolchain/ballcat-codestyle/pom.xml deleted file mode 100644 index 0e143d988..000000000 --- a/toolchain/ballcat-codestyle/pom.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - org.ballcat - ballcat-dependencies - ${revision} - ../../ballcat-dependencies/pom.xml - - 4.0.0 - ballcat-codestyle -