Repository: hbase
Updated Branches:
  refs/heads/master 21b27c865 -> c3c2039dd


HBASE-13186 HBase build error due to checkstyle


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c3c2039d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c3c2039d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c3c2039d

Branch: refs/heads/master
Commit: c3c2039dd81e8c2d667f1a31d6cff7bfcb2c0bc6
Parents: 21b27c8
Author: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Authored: Tue Mar 10 12:50:56 2015 +1000
Committer: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Committed: Tue Mar 10 13:48:26 2015 +1000

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c3c2039d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e5b9ed4..ac2b36c 100644
--- a/pom.xml
+++ b/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>

Reply via email to