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/26 16:07:33 UTC

[camel-kafka-connector] branch master updated: Binded itests to test phase to better accommodate github actions disk space limits. (i.e. avoid the package phase and to package 300+ different camel kafka connectos)

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-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new be56b06  Binded itests to test phase to better accommodate github actions disk space limits. (i.e. avoid the package phase and to package 300+ different camel kafka connectos)
     new 50aef7a  Merge pull request #115 from valdar/autoGen
be56b06 is described below

commit be56b06b6af8fb0f75bb53f4f3de36e97defc67b
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Thu Mar 26 16:48:12 2020 +0100

    Binded itests to test phase to better accommodate github actions disk space limits.
    (i.e. avoid the package phase and to package 300+ different camel kafka connectos)
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4289cac..45e7b52 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -292,6 +292,7 @@
                     <executions>
                         <execution>
                             <id>integration-test</id>
+                            <phase>test</phase>
                             <goals>
                                 <goal>integration-test</goal>
                                 <goal>verify</goal>