don't upload docs to maven central

This commit is contained in:
Spencer Gibb
2022-05-26 11:53:27 -04:00
committed by GitHub
parent bb591935b9
commit aee02142ff

View File

@@ -17,6 +17,8 @@
<main.basedir>${basedir}/..</main.basedir>
<maven.plugin.plugin.version>3.4</maven.plugin.plugin.version>
<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>
<profiles>
<profile>