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

[camel-quarkus] 01/02: Do not test Groovy DSL on Quarkus Platform for now #4894

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

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

commit 2a797547c15839b718531b81ad1512cce1bc2f6d
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri May 12 17:29:50 2023 +0200

    Do not test Groovy DSL on Quarkus Platform for now #4894
---
 tooling/test-list/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index 889cf89047..e65cb42af9 100644
--- a/tooling/test-list/pom.xml
+++ b/tooling/test-list/pom.xml
@@ -56,7 +56,8 @@
                             </includes>
                             <excludes>
                                 <exclude>support/**/*</exclude>
-                                <exclude>master/pom.xml</exclude>
+                                <exclude>support/**/*</exclude>
+                                <exclude>groovy-dsl/pom.xml</exclude><!-- See https://github.com/apache/camel-quarkus/issues/4894 -->
                                 <exclude>master-openshift/pom.xml</exclude>
                                 <exclude>master-file/pom.xml</exclude>
                                 <exclude>main-command-mode/pom.xml</exclude>