From 2dc43a91b223fbf6ab33de89667687fcab1cef6b Mon Sep 17 00:00:00 2001
From: Kevin Risden <risdenk@users.noreply.github.com>
Date: Thu, 2 Feb 2017 14:27:28 -0500
Subject: [PATCH] [geode] Enforce checkstyle for geode binding (#919)

---
 geode/pom.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/geode/pom.xml b/geode/pom.xml
index d753486f..007e552e 100644
--- a/geode/pom.xml
+++ b/geode/pom.xml
@@ -29,10 +29,6 @@ LICENSE file.
   <name>Geode DB Binding</name>
   <packaging>jar</packaging>
 
-  <properties>
-    <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.geode</groupId>
@@ -46,29 +42,4 @@ LICENSE file.
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.15</version>
-        <configuration>
-          <consoleOutput>true</consoleOutput>
-          <configLocation>../checkstyle.xml</configLocation>
-          <failOnViolation>true</failOnViolation>
-          <failsOnError>true</failsOnError>
-        </configuration>
-        <executions>
-          <execution>
-            <id>validate</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>checkstyle</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  
 </project>
-- 
GitLab