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:40 UTC

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

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

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

diff --git a/tooling/pom.xml b/tooling/pom.xml
index b1583eefab7..ba448574c55 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -47,13 +47,4 @@
     <properties>
         <camel.osgi.export.pkg />
     </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>net.revelc.code.formatter</groupId>
-                <artifactId>formatter-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
 </project>