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/10/06 20:14:15 UTC

[camel-kafka-connector] 02/04: Camel-Kafka-connector-model: Aligned the master-pr-build GH action to use the new model

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

acosentino pushed a commit to branch fix-push-pr-build
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit a0cab4ff3c68a98ba9b2a503b08b184f835a73ec
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 22:08:34 2020 +0200

    Camel-Kafka-connector-model: Aligned the master-pr-build GH action to use the new model
---
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index 273da5f..2cff13c 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -46,5 +46,5 @@ jobs:
         # third command source check everything else but :camel-kafka-connector-generator-maven-plugin
         run: |
           ./mvnw -V --no-transfer-progress -DskipTests --projects org.apache.camel.kafkaconnector:parent,org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator,org.apache.camel.kafkaconnector:camel-buildtools clean install
-          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
+          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-model,org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
           ./mvnw -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -V --no-transfer-progress --projects '!org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin' -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipIntegrationTests=false clean test