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 2020/09/09 10:19:01 UTC

[camel-quarkus] branch master updated: Do not run main-command-mode and master tests on Quarkus Platform

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27d5609  Do not run main-command-mode and master tests on Quarkus Platform
27d5609 is described below

commit 27d5609b040180252c594990b3daf086a87ca7b5
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Sep 9 10:21:30 2020 +0200

    Do not run main-command-mode and master tests on Quarkus Platform
---
 tooling/test-list/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml
index b3b1fbe..cc97546 100644
--- a/tooling/test-list/pom.xml
+++ b/tooling/test-list/pom.xml
@@ -56,6 +56,8 @@
                             </includes>
                             <excludes>
                                 <exclude>support/**/*</exclude>
+                                <exclude>master/pom.xml</exclude>
+                                <exclude>main-command-mode/pom.xml</exclude>
                             </excludes>
                         </fileSet>
                     </fileSets>