From 8ee47a282b6b7857f72b3a855e4fd7f4819ad512 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 12 Sep 2024 09:15:20 +0200 Subject: [PATCH] GH-2178 - 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 4d0c8a74..45c47350 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 + + +