We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3075c commit 13e9435Copy full SHA for 13e9435
1 file changed
pom.xml
@@ -118,7 +118,9 @@
118
<configuration>
119
<publishingServerId>central</publishingServerId>
120
<autoPublish>true</autoPublish>
121
- <waitUntil>published</waitUntil>
+ <waitUntil>validated</waitUntil>
122
+ <waitMaxTime>3600</waitMaxTime>
123
+ <waitPollingInterval>15</waitPollingInterval>
124
</configuration>
125
</plugin>
126
</plugins>
0 commit comments