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:14 UTC

[camel-kafka-connector] 01/04: Camel-Kafka-connector-model: Aligned the automatic-sync-camel-master 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 260a7f9abe135c5fd82df938a6d3a42047ae6c5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 22:07:01 2020 +0200

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

diff --git a/.github/workflows/automatic-sync-camel-master.yml b/.github/workflows/automatic-sync-camel-master.yml
index 5f48be2..c94abf9 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -57,7 +57,7 @@ jobs:
       - name: Build Camel-kafka-connector Project
         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 -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress --projects '!org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin' -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipIntegrationTests=false clean test
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v2.4.1