lhotari commented on code in PR #4526:
URL: https://github.com/apache/bookkeeper/pull/4526#discussion_r1846095538
##########
.github/workflows/bk-ci.yml:
##########
@@ -242,7 +242,7 @@ jobs:
run: mvn -B -nsu clean install -Pdocker -DskipTests
- name: Run metadata driver tests
- run: mvn -B -nsu -f metadata-drivers/pom.xml test -DintegrationTests
+ run: mvn -B -nsu -f metadata-drivers/pom.xml -pl '!jetcd-core-shaded'
test -DintegrationTests
Review Comment:
> Cannot do this without step 1.
Yes, I agree. it might be necessary to move all modules to profiles in the
pom.xml . For example, this technique is used in `tests/docker-images/pom.xml`
in Pulsar,
https://github.com/apache/pulsar/blob/master/tests/docker-images/pom.xml
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]