You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/05/23 09:04:05 UTC

[camel] 01/02: Disable code formatter to enable building release

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.14.8
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3690c5d825d09065cd86e4a1ff472a35011485a1
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon May 22 09:41:33 2023 +0200

    Disable code formatter to enable building release
---
 catalog/pom.xml                                        | 2 ++
 components/pom.xml                                     | 2 ++
 core/pom.xml                                           | 2 ++
 dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/pom.xml | 2 ++
 dsl/pom.xml                                            | 2 ++
 parent/pom.xml                                         | 2 ++
 test-infra/pom.xml                                     | 2 ++
 tooling/pom.xml                                        | 2 ++
 8 files changed, 16 insertions(+)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 05b8a73214b..67ac0867bf7 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -75,10 +75,12 @@
                     </execution>
                 </executions>
             </plugin>
+            <!--
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
             </plugin>
+            -->
         </plugins>
     </build>
 
diff --git a/components/pom.xml b/components/pom.xml
index bf536d96ea3..ad3b45aff8f 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -514,10 +514,12 @@
                     </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>
diff --git a/core/pom.xml b/core/pom.xml
index 5502de22947..899b8ca099c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -189,10 +189,12 @@
                     </execution>
                 </executions>
             </plugin>
+            <!--
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
             </plugin>
+            -->
         </plugins>
     </build>
 </project>
diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/pom.xml b/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/pom.xml
index aaf6b24d1d1..f0af0b07fb5 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/pom.xml
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/pom.xml
@@ -154,6 +154,7 @@
                     </mojoDependencies>
                 </configuration>
             </plugin>
+            <!--
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
@@ -161,6 +162,7 @@
                     <skip>true</skip>
                 </configuration>
             </plugin>
+            -->
         </plugins>
     </build>
 
diff --git a/dsl/pom.xml b/dsl/pom.xml
index a7dd6c4c3e3..54d71e70711 100644
--- a/dsl/pom.xml
+++ b/dsl/pom.xml
@@ -172,10 +172,12 @@
                     </execution>
                 </executions>
             </plugin>
+            <!--
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
             </plugin>
+            -->
         </plugins>
     </build>
 </project>
diff --git a/parent/pom.xml b/parent/pom.xml
index 9f3142d30e3..21b709ee8a7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4674,6 +4674,7 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-checkstyle-plugin</artifactId>
                     </plugin>
+                    <!--
                     <plugin>
                         <groupId>net.revelc.code.formatter</groupId>
                         <artifactId>formatter-maven-plugin</artifactId>
@@ -4708,6 +4709,7 @@
                             </execution>
                         </executions>
                     </plugin>
+                    -->
                 </plugins>
             </build>
             <properties>
diff --git a/test-infra/pom.xml b/test-infra/pom.xml
index 3c1cf6b0580..1c969e47eb1 100644
--- a/test-infra/pom.xml
+++ b/test-infra/pom.xml
@@ -78,10 +78,12 @@
 
     <build>
         <plugins>
+            <!--
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
             </plugin>
+            -->
         </plugins>
     </build>
 </project>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 281aed7b942..306032aa9fc 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -50,10 +50,12 @@
 
     <build>
         <plugins>
+            <!--
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
             </plugin>
+            -->
         </plugins>
     </build>
 </project>