@@ -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--
5459TOML::
@@ -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--
8797JSON::
@@ -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,
118133include::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>
162184include::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
196223include::partial$deploy/maven/gradle/common-footer.adoc[]
197224----
198225--
0 commit comments