Repository: phoenix
Updated Branches:
  refs/heads/master cfde793e2 -> 2ab6ed949


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/2ab6ed94
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2ab6ed94
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/2ab6ed94

Branch: refs/heads/master
Commit: 2ab6ed9495b2323acd7118806e96286975af3a39
Parents: cfde793
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:24 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/2ab6ed94/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0a4e9c1..21dc586 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