HBASE-13186 HBase build error due to checkstyle

This commit is contained in:
Misty Stanley-Jones 2015-03-10 12:50:56 +10:00
parent 21b27c8650
commit c3c2039dd8
1 changed files with 1 additions and 0 deletions

View File

@ -2626,6 +2626,7 @@
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>2.13</version> <version>2.13</version>
<configuration> <configuration>
<excludes>target/**</excludes>
<configLocation>hbase/checkstyle.xml</configLocation> <configLocation>hbase/checkstyle.xml</configLocation>
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation> <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
</configuration> </configuration>