summaryrefslogtreecommitdiff
path: root/zookeeper-jute
diff options
context:
space:
mode:
authortison <wander4096@gmail.com>2019-08-27 09:23:11 +0200
committerNorbert Kalmar <nkalmar@apache.org>2019-08-27 09:23:11 +0200
commitb8d5d9c1c163f3be4f6ec7d2eb520d37d9352c73 (patch)
treee77eb01308c09ce0ddc12b3d6e76cf9aeca7508b /zookeeper-jute
parentb5399da61d305da2fe80dc9be6f9bba5037209cf (diff)
downloadzookeeper-b8d5d9c1c163f3be4f6ec7d2eb520d37d9352c73.tar.gz
ZOOKEEPER-3517: Turn on BookKeeper checkstyle configuration at project level
Turn on BookKeeper checkstyle configuration at project level. In zookeeper-contrib we still use checkstyle-simple because there are lots of conflicts which is not worth to fix. Author: tison <wander4096@gmail.com> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org> Closes #1060 from TisonKun/ZOOKEEPER-3517
Diffstat (limited to 'zookeeper-jute')
-rwxr-xr-xzookeeper-jute/pom.xml33
1 files changed, 1 insertions, 32 deletions
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index db3881bf9..c84c8d3b8 100755
--- a/zookeeper-jute/pom.xml
+++ b/zookeeper-jute/pom.xml
@@ -153,38 +153,7 @@
<skip>true</skip>
</configuration>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.1.0</version>
- <dependencies>
- <dependency>
- <groupId>com.puppycrawl.tools</groupId>
- <artifactId>checkstyle</artifactId>
- <version>${checkstyle.version}</version>
- </dependency>
- </dependencies>
- <configuration>
- <configLocation>checkstyle-strict.xml</configLocation>
- <suppressionsLocation>checkstyleSuppressions.xml</suppressionsLocation>
- <encoding>UTF-8</encoding>
- <consoleOutput>true</consoleOutput>
- <failOnViolation>true</failOnViolation>
- <includeResources>false</includeResources>
- <includeTestSourceDirectory>true</includeTestSourceDirectory>
- </configuration>
- <executions>
- <execution>
- <id>checkstyle</id>
- <phase>validate</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>