From adfdb02043b3d15674309116f2ad4531c8050ea7 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 12 Sep 2024 09:15:20 +0200 Subject: [PATCH] GH-2214 - Re-enable documentation deployment. The upgrade to Artifactory Maven Plugin 3.6 has caused our documentation deployments being broken as the new version now considers the maven.deploy.skip property and thus builds the documentation artifacts but doesn't deploy them. --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c251e96d..47cc4689 100644 --- a/pom.xml +++ b/pom.xml @@ -233,7 +233,6 @@ true true true - true @@ -353,6 +352,16 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + +