You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/18 13:12:16 UTC

[GitHub] [camel-quarkus] aldettinger commented on a diff in pull request #3791: Split compression related tests into a test group #3689

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org