You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2022/03/17 08:26:15 UTC

[camel-quarkus] branch 2.7.x updated: Exclude ipfs from camel-quarkus-test-list #3618

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

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


The following commit(s) were added to refs/heads/2.7.x by this push:
     new 1e3ea1c  Exclude ipfs from camel-quarkus-test-list #3618
1e3ea1c is described below

commit 1e3ea1c5e2af9a721b58ffefce9ee2272a1c7abb
Author: aldettinger <al...@gmail.com>
AuthorDate: Wed Mar 16 18:07:57 2022 +0100

    Exclude ipfs from camel-quarkus-test-list #3618
---
 tooling/test-list/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index 897e656..a14d495 100644
--- a/tooling/test-list/pom.xml
+++ b/tooling/test-list/pom.xml
@@ -56,6 +56,7 @@
                             </includes>
                             <excludes>
                                 <exclude>support/**/*</exclude>
+                                <exclude>ipfs/pom.xml</exclude>
                                 <exclude>master/pom.xml</exclude>
                                 <exclude>main-command-mode/pom.xml</exclude>
                                 <exclude>main-unknown-args-fail/pom.xml</exclude>