Skip to content

Commit ac0ac8d

Browse files
authored
don't upload docs to maven central
1 parent 263b0b3 commit ac0ac8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<main.basedir>${basedir}/..</main.basedir>
1818
<configprops.inclusionPattern>spring.cloud.cloudfoundry.*</configprops.inclusionPattern>
1919
<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
20+
<!-- Don't upload docs jar to central / repo.spring.io -->
21+
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
2022
</properties>
2123
<dependencies>
2224
<dependency>

0 commit comments

Comments
 (0)