Browse Source

HADOOP-16719. Remove the disallowed element config within maven-checkstyle-plugin (#1724)

Wanqiang Ji 5 years ago
parent
commit
dfc61d8ea5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pom.xml

+ 0 - 2
pom.xml

@@ -334,8 +334,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
             <suppressionsLocation>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>html</format>
             <outputFile>${project.build.directory}/test/checkstyle-errors.xml</outputFile>
             <outputFile>${project.build.directory}/test/checkstyle-errors.xml</outputFile>
           </configuration>
           </configuration>
         </plugin>
         </plugin>