From 282f3137ad1b3111e0a47d56ed6e230337353fca 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 4b788cb4f..1daf6eb62 100644 --- a/pom.xml +++ b/pom.xml @@ -613,6 +613,9 @@ limitations under the License. true + + docs/reports/${project.version} +