This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit dbde8285ff91b1e6ed5f7ff6ff0bb097332a9c88 Author: James Netherton <[email protected]> AuthorDate: Wed Jul 1 09:33:15 2026 +0100 Add capability to skip copying specific tests to the integration-tests/debezium-grouped module --- integration-tests/debezium-grouped/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/debezium-grouped/pom.xml b/integration-tests/debezium-grouped/pom.xml index 9c6f36cd9b..979a15ff76 100644 --- a/integration-tests/debezium-grouped/pom.xml +++ b/integration-tests/debezium-grouped/pom.xml @@ -164,6 +164,7 @@ <group-tests.source.dir>${maven.multiModuleProjectDirectory}/integration-test-groups/debezium</group-tests.source.dir> <group-tests.dest.module.dir>${project.basedir}</group-tests.dest.module.dir> <group-tests.concat.rel.paths>src/main/resources/application.properties</group-tests.concat.rel.paths> + <group-tests.files.excludes>${group-tests.files.excludes}</group-tests.files.excludes> </properties> </configuration> </execution>
