Skip to content

Commit

Permalink
[geode] Enforce checkstyle for geode binding (brianfrankcooper#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
risdenk authored Feb 2, 2017
1 parent 9336c2c commit 2dc43a9
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions geode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit 2dc43a9

Please sign in to comment.