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:04:58 UTC

[camel-quarkus] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


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

commit f2861f0724b0381cdedf76dd6f0931f2b45a3165
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 8e5714a..8c0766a 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>