HADOOP-13412. Move dev-support/checkstyle/suppressions.xml to hadoop-build-tools. Contributed by John Zhuge.
(cherry picked from commit cd099a63d5
)
This commit is contained in:
parent
523bc88a28
commit
40089eadf5
2
pom.xml
2
pom.xml
|
@ -210,7 +210,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>
|
||||||
|
|
Loading…
Reference in New Issue