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 ed038f693048b20bebd3b8413f5be8e45f4fb703
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Oct 6 22:13:22 2020 +0200

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

diff --git a/.github/workflows/rebase-master-onto-camel-master.yml 
b/.github/workflows/rebase-master-onto-camel-master.yml
index bfebb7c..4ce5d0f 100644
--- a/.github/workflows/rebase-master-onto-camel-master.yml
+++ b/.github/workflows/rebase-master-onto-camel-master.yml
@@ -59,7 +59,7 @@ jobs:
       - name: mvn sourcecheck + build and itests
         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: Sync branch Master to Camel Master
         run: |

Reply via email to