You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/05/20 07:12:45 UTC

[camel] branch camel-3.14.x updated: Disable impsort so we can build 3.14.x

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

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new abde193687a Disable impsort so we can build 3.14.x
abde193687a is described below

commit abde193687a8bc7a890ff607db52274595e09a16
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat May 20 09:12:34 2023 +0200

    Disable impsort so we can build 3.14.x
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4f106ffec89..bdabdd21cd4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4183,7 +4183,7 @@
                         </execution>
                     </executions>
                 </plugin>
-                <plugin>
+                <!-- <plugin>
                     <groupId>net.revelc.code</groupId>
                     <artifactId>impsort-maven-plugin</artifactId>
                     <version>${impsort-maven-plugin-version}</version>
@@ -4234,7 +4234,7 @@
                             </goals>
                         </execution>
                     </executions>
-                </plugin>
+                </plugin> -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-clean-plugin</artifactId>