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

commit 2a3bbbff0530dd06b48eac91d6f2fe39c2d51204
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Oct 6 22:10:17 2020 +0200

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

diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index 6558b20..c067358 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-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

Reply via email to