Skip to content

Commit eef43f2

Browse files
authored
don't upload docs to maven central
1 parent 3c01356 commit eef43f2

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
@@ -18,6 +18,8 @@
1818
<configprops.inclusionPattern>spring.cloud.zookeeper.*|
1919
</configprops.inclusionPattern>
2020
<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
21+
<!-- Don't upload docs jar to central / repo.spring.io -->
22+
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
2123
</properties>
2224
<dependencies>
2325
<dependency>

0 commit comments

Comments
 (0)