From cd099a63d58c6981c45db2b169430d4935e43bd1 Mon Sep 17 00:00:00 2001 From: Wei-Chiu Chuang Date: Fri, 16 Sep 2016 14:26:42 -0700 Subject: [PATCH] HADOOP-13412. Move dev-support/checkstyle/suppressions.xml to hadoop-build-tools. Contributed by John Zhuge. --- .../src/main/resources}/checkstyle/suppressions.xml | 0 pom.xml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {dev-support => hadoop-build-tools/src/main/resources}/checkstyle/suppressions.xml (100%) diff --git a/dev-support/checkstyle/suppressions.xml b/hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml similarity index 100% rename from dev-support/checkstyle/suppressions.xml rename to hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml diff --git a/pom.xml b/pom.xml index fb504196e4..250f5a17b1 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs checkstyle/checkstyle.xml - dev-support/checkstyle/suppressions.xml + checkstyle/suppressions.xml true false xml