From 8d5d3cd68db3cefb947e1e1bf5fd83ac231ef00d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 4 Jan 2022 22:55:11 +0100 Subject: [PATCH] Fix site build Use the same version of maven-invoker-plugin for build and reports --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 656e7cb7..c006d8e6 100644 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,11 @@ under the License. + + org.apache.maven.plugins + maven-invoker-plugin + 3.2.2 + org.apache.maven.plugins maven-jxr-plugin @@ -286,7 +291,6 @@ under the License. org.apache.maven.plugins maven-invoker-plugin - 3.2.2 integration-test @@ -318,7 +322,7 @@ under the License. ${project.build.directory}/local-repo src/it/settings.xml ${maven.it.failure.ignore} - true + true ${https.protocols}