Explorar o código

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

(cherry picked from commit dfc61d8ea5971e9742af77fcae2cae28011ae0c9)
Wanqiang Ji %!s(int64=5) %!d(string=hai) anos
pai
achega
4c79e2a02b
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      pom.xml

+ 0 - 2
pom.xml

@@ -333,8 +333,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
             <suppressionsLocation>checkstyle/suppressions.xml</suppressionsLocation>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
             <failOnViolation>false</failOnViolation>
-            <format>xml</format>
-            <format>html</format>
             <outputFile>${project.build.directory}/test/checkstyle-errors.xml</outputFile>
           </configuration>
         </plugin>