This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch
4194-checkstyle-not-consistently-enforced-in-validate-across-all-modules
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to
refs/heads/4194-checkstyle-not-consistently-enforced-in-validate-across-all-modules
by this push:
new f2bb634065 refactor(#4194): Remove unused configuration for
maven-checkstyle-plugin in pom.xml
f2bb634065 is described below
commit f2bb634065b1d90e840468687b9ccf28745e43fe
Author: Philipp Zehnder <[email protected]>
AuthorDate: Mon Feb 23 10:32:31 2026 +0100
refactor(#4194): Remove unused configuration for maven-checkstyle-plugin in
pom.xml
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index bbf4d7cd62..ded50752a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1246,12 +1246,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${maven-checkstyle-plugin.version}</version>
- <configuration>
- <logViolationsToConsole>false</logViolationsToConsole>
- <failOnViolation>false</failOnViolation>
- </configuration>
- <inherited>false</inherited>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>