From 43ab8948a46dcdaba678216e663d30df01cc7cad Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 2 Mar 2022 11:05:12 +1000 Subject: [PATCH] try to get plugins installed locally so we can have verify working, ideally we should use a different local repo Signed-off-by: Olivier Lamy --- surefire-its/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml index e6c5d19601..5aab836ace 100644 --- a/surefire-its/pom.xml +++ b/surefire-its/pom.xml @@ -262,6 +262,27 @@ + + org.apache.maven.plugins + maven-invoker-plugin + + ${settings.localRepository} + + org.apache.maven.plugins:maven-surefire-report-plugin:${project.version} + org.apache.maven.plugins:maven-surefire-plugin:${project.version} + org.apache.maven.plugins:maven-failsafe-plugin:${project.version} + + + + + install-dependencies + pre-integration-test + + install + + + +