Skip to content

Commit

Permalink
Code: Possible fix for wrong upload order for java8 deploy (again x7)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 20, 2024
1 parent def9bff commit b1b5247
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,20 @@
<artifactId>wagon-maven-plugin</artifactId>
<version>2.0.2</version>
<executions>
<execution>
<id>upload-update</id>
<phase>deploy</phase>
<configuration>
<skip>true</skip>
</configuration>
</execution>
<execution>
<id>upload-zip</id>
<phase>deploy</phase>
<configuration>
<skip>true</skip>
</configuration>
</execution>
<execution>
<id>upload-java8-delete</id>
<phase>deploy</phase>
Expand Down

0 comments on commit b1b5247

Please sign in to comment.