You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/04/26 06:50:39 UTC

[camel] 05/10: CAMEL-17894: disable checkstyle and import by default to speed-up the build in tests

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 18a9c3a210f846458c1f5f725d411ed3b4584894
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Apr 25 09:45:14 2022 +0200

    CAMEL-17894: disable checkstyle and import by default to speed-up the build in tests
---
 tests/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/pom.xml b/tests/pom.xml
index 2fff65064b3..9af69f726ad 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -65,10 +65,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>net.revelc.code.formatter</groupId>
-                <artifactId>formatter-maven-plugin</artifactId>
-            </plugin>
         </plugins>
     </build>
 </project>