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 aabe600cc206b637f2c2e671c45afec07459861c Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Apr 25 09:45:06 2022 +0200 CAMEL-17894: disable checkstyle and import by default to speed-up the build in test-infra --- test-infra/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test-infra/pom.xml b/test-infra/pom.xml index 03b6b36238e..fcaadd19aaf 100644 --- a/test-infra/pom.xml +++ b/test-infra/pom.xml @@ -74,13 +74,4 @@ <module>camel-test-infra-openldap</module> <module>camel-test-infra-ignite</module> </modules> - - <build> - <plugins> - <plugin> - <groupId>net.revelc.code.formatter</groupId> - <artifactId>formatter-maven-plugin</artifactId> - </plugin> - </plugins> - </build> </project>
