tkobayas commented on code in PR #6818:
URL:
https://github.com/apache/incubator-kie-drools/pull/6818#discussion_r3626788251
##########
drools-test-coverage/standalone/kie-ci-without-domain/tests/pom.xml:
##########
@@ -129,4 +129,55 @@
</plugins>
</build>
+ <profiles>
+ <!-- The tests load test-kjar at runtime from the local Maven repo via
kie-ci.
+ In a full reactor build the kjar is already installed, but in a
partial CI
+ build (where only the tests module is in scope) it may be missing.
+ Use maven-invoker-plugin to build and install the sibling modules
first. -->
+ <profile>
+ <id>missing-test-kjar</id>
+ <activation>
+ <file>
+ <missing>../test-kjar/target/classes/META-INF/kmodule.xml</missing>
+ </file>
+ </activation>
Review Comment:
Fixed to build it unconditionally. The build is cheap.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]