Skip to content

Commit 168c213

Browse files
committed
Extend Maven Central publishing timeout to 30 minutes
Signed-off-by: Marvin Froeder <[email protected]>
1 parent 81a929a commit 168c213

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ jobs:
432432
- configure-gpg
433433
- run:
434434
name: 'Deploy Core Modules Sonatype'
435+
no_output_timeout: 35m
435436
command: |
436437
./mvnw -ntp -B -nsu -s .circleci/settings.xml -DskipTests=true -Deasyjacoco.skip=true deploy -Prelease
437438
@@ -447,6 +448,7 @@ jobs:
447448
- configure-gpg
448449
- run:
449450
name: 'Deploy Core Modules Sonatype'
451+
no_output_timeout: 35m
450452
command: |
451453
./mvnw -ntp -B -nsu -s .circleci/settings.xml -DskipTests=true -Deasyjacoco.skip=true deploy -Prelease
452454

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@
799799
<publishingServerId>central</publishingServerId>
800800
<autoPublish>true</autoPublish>
801801
<waitUntil>published</waitUntil>
802+
<publishingTimeoutMinutes>30</publishingTimeoutMinutes>
802803
<checksums>required</checksums>
803804
</configuration>
804805
</plugin>

0 commit comments

Comments
 (0)