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 18a9c3a210f846458c1f5f725d411ed3b4584894 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Apr 25 09:45:14 2022 +0200 CAMEL-17894: disable checkstyle and import by default to speed-up the build in tests --- tests/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/pom.xml b/tests/pom.xml index 2fff65064b3..9af69f726ad 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -65,10 +65,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>net.revelc.code.formatter</groupId> - <artifactId>formatter-maven-plugin</artifactId> - </plugin> </plugins> </build> </project>
