diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 5c970544aac88..b7d5b1799af2c 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