Browse Source

HADOOP-13412. Move dev-support/checkstyle/suppressions.xml to hadoop-build-tools. Contributed by John Zhuge.

Wei-Chiu Chuang 8 years ago
parent
commit
cd099a63d5
2 changed files with 1 additions and 1 deletions
  1. 0 0
      hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml
  2. 1 1
      pom.xml

+ 0 - 0
dev-support/checkstyle/suppressions.xml → hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml


+ 1 - 1
pom.xml

@@ -318,7 +318,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
           </dependencies>
           </dependencies>
           <configuration>
           <configuration>
             <configLocation>checkstyle/checkstyle.xml</configLocation>
             <configLocation>checkstyle/checkstyle.xml</configLocation>
-            <suppressionsLocation>dev-support/checkstyle/suppressions.xml</suppressionsLocation>
+            <suppressionsLocation>checkstyle/suppressions.xml</suppressionsLocation>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
             <failOnViolation>false</failOnViolation>
             <failOnViolation>false</failOnViolation>
             <format>xml</format>
             <format>xml</format>