Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 42f0dd4f8 -> 121cd3bca


PHOENIX-2421 Disable checkstyle plugin by default


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

Branch: refs/heads/4.x-HBase-1.0
Commit: 121cd3bca039b252d86cdc2d95ad257ee8e05e8e
Parents: 42f0dd4
Author: Nick Dimiduk <ndimi...@apache.org>
Authored: Mon Nov 16 11:06:24 2015 -0800
Committer: Nick Dimiduk <ndimi...@apache.org>
Committed: Mon Nov 16 11:06:47 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/121cd3bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4c98254..fd872ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,6 +342,7 @@
             <id>validate</id>
             <phase>validate</phase>
             <configuration>
+              <skip>true</skip>
               
<configLocation>${top.dir}/src/main/config/checkstyle/checker.xml</configLocation>
               
<suppressionsLocation>${top.dir}/src/main/config/checkstyle/suppressions.xml</suppressionsLocation>
               <consoleOutput>true</consoleOutput>

Reply via email to