We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31809c7 commit 0af7520Copy full SHA for 0af7520
docs/pom.xml
@@ -14,6 +14,8 @@
14
<main.basedir>${basedir}/..</main.basedir>
15
<configprops.inclusionPattern>spring.cloud.task.*</configprops.inclusionPattern>
16
<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
17
+ <!-- Don't upload docs jar to central / repo.spring.io -->
18
+ <maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
19
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
20
</properties>
21
<dependencies>
0 commit comments