From 25d0eb0b950c9387ced5bd9f96a00ad4bc872481 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 30 Nov 2023 18:03:21 +0100 Subject: [PATCH] Build cache - Include the native executable -runner in failsafe input --- integration-tests/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 125140f43cb10..52e21305f9ab6 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -115,6 +115,23 @@ + + maven-failsafe-plugin + + + + native-runner + + ${project.build.directory} + + + *-runner + + RELATIVE_PATH + + + +