Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 161f048ec -> ee93ce2ec
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/ee93ce2e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ee93ce2e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/ee93ce2e Branch: refs/heads/4.x-HBase-0.98 Commit: ee93ce2eca3f4d362442ce1fb0a53837ef4cb9ba Parents: 161f048 Author: Nick Dimiduk <[email protected]> Authored: Mon Nov 16 11:06:24 2015 -0800 Committer: Nick Dimiduk <[email protected]> Committed: Mon Nov 16 11:06:53 2015 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee93ce2e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da16d4e..ca52392 100644 --- a/pom.xml +++ b/pom.xml @@ -343,6 +343,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>
