This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7d267d49266ff268a41883de5bfcedac48644b58
Author: Guillaume Nodet <[email protected]>
AuthorDate: Mon Mar 22 13:06:41 2021 +0100

    Enable checkstyle by default
---
 parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 08edbea..80c2aeb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4489,6 +4489,10 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>${maven-surefire-plugin-version}</version>
                 <configuration>

Reply via email to