From bc32f18c8b41131a8e21261b97d564bfac95e18c Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 1 Feb 2024 19:03:13 +0100 Subject: [PATCH] Configure additional input for cached plugins Add the dumped dependencies as an input for Surefire, Failsafe and the Quarkus Maven plugin. --- independent-projects/parent/pom.xml | 57 +++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 5c970544aac88b..b7d5b1799af2c8 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -424,6 +424,63 @@ + + maven-surefire-plugin + + + + dependency-checksums + + ${project.build.directory} + + + quarkus-*-dependency-checksums.txt + + RELATIVE_PATH + + + + + + maven-failsafe-plugin + + + + dependency-checksums + + ${project.build.directory} + + + quarkus-*-dependency-checksums.txt + + RELATIVE_PATH + + + + + + io.quarkus + quarkus-maven-plugin + + + default + + + + dependency-checksums + + ${project.build.directory} + + + quarkus-*-dependency-checksums.txt + + RELATIVE_PATH + + + + + + org.jetbrains.kotlin kotlin-maven-plugin