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 fac34a61b77d36ec1dfef64d18c927ccebb462e8 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Apr 25 09:43:25 2022 +0200 CAMEL-17894: disable checkstyle and import by default to speed-up the build in components --- components/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/pom.xml b/components/pom.xml index 85ea6cb0b1b..f04de880817 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -502,10 +502,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>net.revelc.code.formatter</groupId> - <artifactId>formatter-maven-plugin</artifactId> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId>
