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 7902e928c5cb18173575db6d1f8366ddc9e9b484 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Apr 25 09:43:15 2022 +0200 CAMEL-17894: disable checkstyle and import by default to speed-up the build in core --- core/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 49238ce7c2b..82aad1212a3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -189,10 +189,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>net.revelc.code.formatter</groupId> - <artifactId>formatter-maven-plugin</artifactId> - </plugin> </plugins> </build> </project>
