Skip to content

Commit

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

0 comments on commit 62e9651

Please sign in to comment.