This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 4f2349c Remove unconfigured and unused checkstyle plugin
4f2349c is described below
commit 4f2349cec2d9ad975732edd2583fc8cf69b8a133
Author: Markus Jung <[email protected]>
AuthorDate: Fri Jul 12 14:53:33 2024 +0200
Remove unconfigured and unused checkstyle plugin
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 35e5c6d..37e76d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,18 +519,6 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.3.1</version>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-velocity</artifactId>
- <version>2.1.0</version>
- </dependency>
- </dependencies>
- </plugin>
<!-- inherited from apache-10.pom, but need config updates -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>