Skip to content

Commit

Permalink
Update publishing plugin to wait until artifact is uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
dino-proj committed Nov 5, 2024
1 parent ccd5057 commit 6a2330c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dino-dependencies-root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<waitUntil>published</waitUntil>
<waitUntil>uploaded</waitUntil>
<deploymentName>${project.artifactId}</deploymentName>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion dino-spring-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<waitUntil>published</waitUntil>
<waitUntil>uploaded</waitUntil>
<deploymentName>${project.artifactId}</deploymentName>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion dino-spring-boot-starter-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<waitUntil>published</waitUntil>
<waitUntil>uploaded</waitUntil>
<deploymentName>${project.artifactId}</deploymentName>
</configuration>
</plugin>
Expand Down

0 comments on commit 6a2330c

Please sign in to comment.