This is an automated email from the ASF dual-hosted git repository.
tsato pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 6b55539 Fix Maven plugin IT GH action
6b55539 is described below
commit 6b555398379bc070b5247c27c442d65557117e1e
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Wed Feb 24 13:24:49 2021 +0900
Fix Maven plugin IT GH action
---
.github/workflows/maven-it.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml
index 1456ce6..9f270ee 100644
--- a/.github/workflows/maven-it.yaml
+++ b/.github/workflows/maven-it.yaml
@@ -47,6 +47,7 @@ jobs:
run: |
./mvnw ${MAVEN_ARGS} \
-DskipTests \
+ -pl :tooling \
-pl :camel-kafka-connector-model \
clean install
- name: Run maven plugins itests