From feacd9f4dfbea37cfe352dcdc113886f25d75c3d Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 19 May 2022 16:29:23 +0200 Subject: [PATCH] Allows to disable default deploy by manipulating the phase --- docs/pom.xml | 2 ++ pom.xml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/pom.xml b/docs/pom.xml index 98a0fd83..388a101e 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -20,6 +20,8 @@ none ${project.basedir}/src/main/ deploy + + none maven.compile.classpath diff --git a/pom.xml b/pom.xml index 7409832f..c84a790b 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ ${project.build.directory}/generated-docs/reference/pdf false false + deploy 2.8.2 repo.spring.io https://repo.spring.io/libs-snapshot-local @@ -1466,6 +1467,13 @@ maven-deploy-plugin ${maven-deploy-plugin.version} + + default-deploy + ${maven-deploy-plugin-default.phase} + + deploy + + upload-docs-zip ${upload-docs-zip.phase}