Skip to content

Commit 2535936

Browse files
committed
1 parent cf9af82 commit 2535936

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/modules/reference/pages/deploy/maven/maven-central.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ include::partial$deploy/maven/yaml/common-head.adoc[]
4949
# Defaults to `100`.
5050
# icon:dot-circle[]
5151
maxRetries: 100
52+
53+
# Skip publication checks for faster deployments.
54+
# Defaults to `false`.
55+
# icon:dot-circle[]
56+
skipPublicationCheck: true
5257
----
5358
--
5459
TOML::
@@ -82,6 +87,11 @@ include::partial$deploy/maven/toml/common-head.adoc[]
8287
# Defaults to `100`.
8388
# icon:dot-circle[]
8489
maxRetries = 100
90+
91+
# Skip publication checks for faster deployments.
92+
# Defaults to `false`.
93+
# icon:dot-circle[]
94+
skipPublicationCheck = true
8595
----
8696
--
8797
JSON::
@@ -115,6 +125,11 @@ include::partial$deploy/maven/json/common-head.adoc[]
115125
// Defaults to `100`.
116126
// icon:dot-circle[]
117127
"maxRetries": 100,
128+
129+
// Skip publication checks for faster deployments.
130+
// Defaults to `false`.
131+
// icon:dot-circle[]
132+
"skipPublicationCheck": true,
118133
include::partial$deploy/maven/json/common-footer.adoc[]
119134
----
120135
--
@@ -159,6 +174,13 @@ include::partial$deploy/maven/maven/common-head.adoc[]
159174
icon:dot-circle[]
160175
-->
161176
<maxRetries>100</maxRetries>
177+
178+
<!--
179+
Skip publication checks for faster deployments.
180+
Defaults to `false`.
181+
icon:dot-circle[]
182+
-->
183+
<skipPublicationCheck>true</skipPublicationCheck>
162184
include::partial$deploy/maven/maven/common-footer.adoc[]
163185
----
164186
--
@@ -193,6 +215,11 @@ include::partial$deploy/maven/gradle/common-head.adoc[]
193215
// Defaults to `100`.
194216
// icon:dot-circle[]
195217
maxRetries = 100
218+
219+
// Skip publication checks for faster deployments.
220+
// Defaults to `false`.
221+
// icon:dot-circle[]
222+
skipPublicationCheck = true
196223
include::partial$deploy/maven/gradle/common-footer.adoc[]
197224
----
198225
--

0 commit comments

Comments
 (0)