aldettinger commented on code in PR #3791:
URL: https://github.com/apache/camel-quarkus/pull/3791#discussion_r875879011
##########
pom.xml:
##########
@@ -900,6 +901,15 @@
</sourcePoms>
<destinationPom>${basedir}/integration-tests/azure-grouped/pom.xml</destinationPom>
</mergePom>
+ <mergePom>
+ <sourcePoms>
+
<directory>${basedir}/integration-test-groups/compression</directory>
+ <includes>
+
<include>*/pom.xml</include>
+ </includes>
+ </sourcePoms>
+
<destinationPom>${basedir}/integration-tests/compression-grouped/pom.xml</destinationPom>
+ </mergePom>
Review Comment:
By similarity, I've also added this. I wonder if it's really useful as I was
able to execute the compression grouped tests without this `mergePom`
previously ?
--
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]