Skip to content

Commit e729a9b

Browse files
committed
Increase timeout for maven central publishing
1 parent cecd293 commit e729a9b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@
6767
</resources>
6868

6969
<plugins>
70+
<plugin>
71+
<!-- See https://central.sonatype.org/publish/publish-portal-maven/ for more details -->
72+
<groupId>org.sonatype.central</groupId>
73+
<artifactId>central-publishing-maven-plugin</artifactId>
74+
<version>0.7.0</version>
75+
<extensions>true</extensions>
76+
<configuration>
77+
<publishingServerId>central</publishingServerId>
78+
<autoPublish>true</autoPublish>
79+
<waitUntil>published</waitUntil>
80+
<waitMaxTime>5400</waitMaxTime>
81+
</configuration>
82+
</plugin>
7083
<plugin>
7184
<artifactId>maven-surefire-plugin</artifactId>
7285
<!-- bug introduced in 3.5.3 prevents surefire from communicating

0 commit comments

Comments
 (0)