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 <[email protected]> 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>
