Skip to content

Commit 1ef4d3d

Browse files
Make release wait for publish
This prevents the job from instantly finishing as soon as the upload has completed. As if you do not have access to view the maven central portal you will not know if anything failed
1 parent 3d932cb commit 1ef4d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<configuration>
7979
<publishingServerId>central</publishingServerId>
8080
<autoPublish>true</autoPublish>
81+
<waitUntil>published</waitUntil>
8182
</configuration>
8283
</plugin>
8384
</plugins>

0 commit comments

Comments
 (0)