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

(cherry picked from commit dfc61d8ea5)
(cherry picked from commit 4c79e2a02b)
This commit is contained in:
Wanqiang Ji 2019-11-20 15:18:56 +08:00 committed by Akira Ajisaka
parent d101b74814
commit c7d0e0813a
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 0 additions and 2 deletions

View File

@ -329,8 +329,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>