You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/25 08:22:28 UTC

[camel-karaf] branch master updated: Excludes integration test for camel-osgi-activator (for the moment)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1498589  Excludes integration test for camel-osgi-activator (for the moment)
1498589 is described below

commit 1498589a074be4537e17cb124371ea7f06fb55af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 25 09:22:00 2020 +0100

    Excludes integration test for camel-osgi-activator (for the moment)
---
 components/camel-osgi-activator/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-osgi-activator/pom.xml b/components/camel-osgi-activator/pom.xml
index 393205a..bde0d05 100644
--- a/components/camel-osgi-activator/pom.xml
+++ b/components/camel-osgi-activator/pom.xml
@@ -182,9 +182,9 @@
                             <goal>test</goal>
                         </goals>
                         <configuration>
-                            <includes>
-                                <include>**/*IT.java</include>
-                            </includes>
+                            <excludes>
+                                <exclude>**/*IT.java</exclude>
+                            </excludes>
                             <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
                         </configuration>
                     </execution>