You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/03/24 10:25:01 UTC

[camel] 01/04: [CAMEL-17845] verify integration tests results

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

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

commit 8e3ee21024609ed37782c687a8f74a3a2247d6d5
Author: John Poth <po...@gmail.com>
AuthorDate: Wed Mar 23 13:07:29 2022 +0100

    [CAMEL-17845] verify integration tests results
---
 components/camel-kafka/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 7bd0134..7fe17b4 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -119,6 +119,7 @@
                         </configuration>
                         <goals>
                             <goal>integration-test</goal>
+                            <goal>verify</goal>
                         </goals>
                     </execution>
                 </executions>