We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b9e87 commit 1961489Copy full SHA for 1961489
pom.xml
@@ -686,7 +686,14 @@
686
<configuration>
687
<autoPublish>true</autoPublish>
688
<publishingServerId>central</publishingServerId>
689
- <waitUntil>published</waitUntil>
+ <!--
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> -->
697
</configuration>
698
</plugin>
699
</plugins>
0 commit comments