We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3faa9 commit cd32199Copy full SHA for cd32199
1 file changed
pom.xml
@@ -467,6 +467,13 @@
467
<publishingServerId>central</publishingServerId>
468
<autoPublish>true</autoPublish>
469
<waitUntil>published</waitUntil>
470
+
471
+ <!-- 2 hours. Default is 30 minutes which is too short -->
472
+ <waitMaxTime>7200</waitMaxTime>
473
474
+ <!-- Default is 5 seconds, which is too short and increase risk of request failing -->
475
+ <waitPollingInterval>30</waitPollingInterval>
476
477
</configuration>
478
</plugin>
479
<plugin>
0 commit comments