Skip to content

Commit de7c1ae

Browse files
committed
fix: maven publish waitUntil
Publishing takes about 30min waiting until completed blocks runners for a very long time, and most likely fails at some point.
1 parent 02b754d commit de7c1ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@
202202
<extensions>true</extensions>
203203
<configuration>
204204
<publishingServerId>central</publishingServerId>
205-
<tokenAuth>true</tokenAuth>
206-
<waitUntil>published</waitUntil>
207205
<autoPublish>true</autoPublish>
208206
</configuration>
209207
</plugin>

0 commit comments

Comments
 (0)