HBASE-13186 HBase build error due to checkstyle
This commit is contained in:
parent
21b27c8650
commit
c3c2039dd8
1
pom.xml
1
pom.xml
|
@ -2626,6 +2626,7 @@
|
|||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.13</version>
|
||||
<configuration>
|
||||
<excludes>target/**</excludes>
|
||||
<configLocation>hbase/checkstyle.xml</configLocation>
|
||||
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue