don't upload docs to maven central

This commit is contained in:
Spencer Gibb
2022-05-26 12:11:02 -04:00
committed by GitHub
parent 58057a3dfe
commit d878046206

View File

@@ -16,6 +16,8 @@
<docs.main>spring-cloud-cli</docs.main>
<main.basedir>${basedir}/..</main.basedir>
<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
<!-- Don't upload docs jar to central / repo.spring.io -->
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
</properties>
<build>
<sourceDirectory>src/main/asciidoc</sourceDirectory>