From cc91e818ed8044a9a75dea7bb5271f82b71ef380 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 21 Mar 2023 07:52:34 +0100 Subject: [PATCH] Skip deploying docs to Maven (#19192) --- docs/documentation/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/documentation/pom.xml b/docs/documentation/pom.xml index d44d4168a8..630d36be1d 100644 --- a/docs/documentation/pom.xml +++ b/docs/documentation/pom.xml @@ -209,6 +209,14 @@ maven-assembly-plugin ${version.plugin.assembly} + + + org.apache.maven.plugins + maven-deploy-plugin + + true + +