From 4b5c186076fd4e6d238ae0a8feb96a4406008504 Mon Sep 17 00:00:00 2001 From: huazhongming Date: Wed, 13 Sep 2023 16:05:17 +0800 Subject: [PATCH] Replace dubbo-build-tools with dubbo-shared-resources (#13016) --- .artifacts | 1 - dubbo-build-tools/pom.xml | 30 ------------------- .../src/main/resources/checkstyle-header.txt | 16 ---------- .../org/apache/dubbo/dependency/FileTest.java | 1 - pom.xml | 5 ++-- 5 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 dubbo-build-tools/pom.xml delete mode 100644 dubbo-build-tools/src/main/resources/checkstyle-header.txt diff --git a/.artifacts b/.artifacts index aa865b891a..6565cbab5c 100644 --- a/.artifacts +++ b/.artifacts @@ -21,7 +21,6 @@ dubbo-auth dubbo-apache-release dubbo-all-shaded dubbo-bom -dubbo-build-tools dubbo-cluster dubbo-common dubbo-compatible diff --git a/dubbo-build-tools/pom.xml b/dubbo-build-tools/pom.xml deleted file mode 100644 index 5c3b83e2dd..0000000000 --- a/dubbo-build-tools/pom.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - 4.0.0 - - org.apache.dubbo - dubbo-build-tools - 1.0.0 - jar - - - true - - - diff --git a/dubbo-build-tools/src/main/resources/checkstyle-header.txt b/dubbo-build-tools/src/main/resources/checkstyle-header.txt deleted file mode 100644 index d973dcedae..0000000000 --- a/dubbo-build-tools/src/main/resources/checkstyle-header.txt +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ \ No newline at end of file diff --git a/dubbo-test/dubbo-test-modules/src/test/java/org/apache/dubbo/dependency/FileTest.java b/dubbo-test/dubbo-test-modules/src/test/java/org/apache/dubbo/dependency/FileTest.java index 806e7090b2..c150a71088 100644 --- a/dubbo-test/dubbo-test-modules/src/test/java/org/apache/dubbo/dependency/FileTest.java +++ b/dubbo-test/dubbo-test-modules/src/test/java/org/apache/dubbo/dependency/FileTest.java @@ -46,7 +46,6 @@ class FileTest { static { ignoredModules.add(Pattern.compile("dubbo-apache-release")); ignoredModules.add(Pattern.compile("dubbo-all-shaded")); - ignoredModules.add(Pattern.compile("dubbo-build-tools")); ignoredModules.add(Pattern.compile("dubbo-dependencies-all")); ignoredModules.add(Pattern.compile("dubbo-parent")); ignoredModules.add(Pattern.compile("dubbo-core-spi")); diff --git a/pom.xml b/pom.xml index 4490dc7d27..f3c916e572 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,6 @@ dubbo-dependencies dubbo-metadata dubbo-metrics - dubbo-build-tools dubbo-spring-boot dubbo-native dubbo-test @@ -316,8 +315,8 @@ 8.45.1 - org.apache.dubbo - dubbo-build-tools + com.alibaba + dubbo-shared-resources 1.0.0