Skip to content

Commit 1961489

Browse files
committed
Don't wait for publication due to bugs in the central promotion plugin
1 parent 76b9e87 commit 1961489

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,14 @@
686686
<configuration>
687687
<autoPublish>true</autoPublish>
688688
<publishingServerId>central</publishingServerId>
689-
<waitUntil>published</waitUntil>
689+
<!--
690+
The central publishing plugin has an eventual consistency bug
691+
here where the API may give a 404 for a short time before reporting
692+
the publication as in progress. This crashes the plugin and erroneously
693+
forces a revert to occur when it is not needed. For now, just hope
694+
that the publication succeeds at some point instead of waiting for it.
695+
-->
696+
<!-- <waitUntil>published</waitUntil> -->
690697
</configuration>
691698
</plugin>
692699
</plugins>

0 commit comments

Comments
 (0)