Skip to content

Commit cd32199

Browse files
authored
Increase Maven central publication waitMaxTime to 2h (30mn fail too often) (#621)
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
1 parent 1e3faa9 commit cd32199

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,13 @@
467467
<publishingServerId>central</publishingServerId>
468468
<autoPublish>true</autoPublish>
469469
<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+
470477
</configuration>
471478
</plugin>
472479
<plugin>

0 commit comments

Comments
 (0)