From b9ad25f713d19c253faf00f375daf83cd0bb8808 Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Fri, 14 Jan 2022 17:08:03 +0100 Subject: [PATCH] Fixed actions due to new inter project dependencies. --- .github/workflows/automatic-sync-camel-main.yml | 1 + .github/workflows/ci-build.yml | 1 + .github/workflows/daily-java-next.yml | 1 + .github/workflows/maven-it.yaml | 7 +++++++ 4 files changed, 10 insertions(+) diff --git a/.github/workflows/automatic-sync-camel-main.yml b/.github/workflows/automatic-sync-camel-main.yml index 2353dc8957..fbdb7fe434 100644 --- a/.github/workflows/automatic-sync-camel-main.yml +++ b/.github/workflows/automatic-sync-camel-main.yml @@ -80,6 +80,7 @@ jobs: -DskipTests \ -pl :camel-kafka-connector-model \ -pl :camel-kafka-connector-generator-maven-plugin \ + -pl :camel-kafka-connector \ clean install # third command source check everything else but :camel-kafka-connector-generator-maven-plugin - name: build and itests diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ff8368ad47..ec7f5a8cf0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -65,6 +65,7 @@ jobs: -DskipTests \ -pl :camel-kafka-connector-model \ -pl :camel-kafka-connector-generator-maven-plugin \ + -pl :camel-kafka-connector \ clean install # third command source check everything else but :camel-kafka-connector-generator-maven-plugin - name: build and itests diff --git a/.github/workflows/daily-java-next.yml b/.github/workflows/daily-java-next.yml index e65f126262..ff6e68526a 100644 --- a/.github/workflows/daily-java-next.yml +++ b/.github/workflows/daily-java-next.yml @@ -64,6 +64,7 @@ jobs: -DskipTests \ -pl :camel-kafka-connector-model \ -pl :camel-kafka-connector-generator-maven-plugin \ + -pl :camel-kafka-connector \ clean install # third command source check everything else but :camel-kafka-connector-generator-maven-plugin - name: build and itests diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml index 9f270ee04c..62c99daa5d 100644 --- a/.github/workflows/maven-it.yaml +++ b/.github/workflows/maven-it.yaml @@ -50,6 +50,13 @@ jobs: -pl :tooling \ -pl :camel-kafka-connector-model \ clean install + - name: Build core + run: | + ./mvnw ${MAVEN_ARGS} \ + -DskipTests \ + -pl :camel-kafka-connector \ + -am \ + clean install - name: Run maven plugins itests run: | ./mvnw ${MAVEN_ARGS} \