Skip to content

Commit

Permalink
Code: Possible fix for wrong upload order for java8 deploy (again x4)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 20, 2024
1 parent 62e9651 commit 6136717
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,6 @@
<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 @@ -895,7 +885,7 @@
<version>2.0.2</version>
<executions>
<execution>
<id>upload-delete</id>
<id>upload-java8-delete</id>
<phase>deploy</phase>
<goals>
<goal>sshexec</goal>
Expand Down Expand Up @@ -1168,16 +1158,6 @@
<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 6136717

Please sign in to comment.