From 4c85b0d52d1ef03cb85ceaf5f82bea5bfa2ccc08 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sat, 11 May 2024 22:42:54 +0200 Subject: [PATCH] Try fix this Maven error while releasing: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.12.1:deploy (default-deploy) on project license-maven-plugin-parent: Wagon protocol 'https' doesn't support directory copying -> [Help 1] --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 1daf6eb62..cc7121d0c 100644 --- a/pom.xml +++ b/pom.xml @@ -626,6 +626,14 @@ limitations under the License. true + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + true + + org.apache.maven.plugins maven-gpg-plugin