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

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

commit 7b64b859c51af58cb0ed56692667bb5fe04776f3
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Apr 25 09:43:51 2022 +0200

    CAMEL-17894: disable checkstyle and import by default to speed-up the build
---
 parent/pom.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a7a98281137..5b97b820eaf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4571,14 +4571,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>net.revelc.code</groupId>
-                <artifactId>impsort-maven-plugin</artifactId>
-            </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>
@@ -4684,7 +4677,7 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
         </profile>
-
+        
         <profile>
             <id>fastinstall</id>
             <activation>

Reply via email to