Skip to content

Commit

Permalink
Code: Fixed native deploy
Browse files Browse the repository at this point in the history
Only delete old releases in the Java8 goal
  • Loading branch information
GoldenGnu committed May 4, 2024
1 parent 15e7c6f commit 47ce303
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,22 +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>
<displayCommandOutputs>true</displayCommandOutputs>
<serverId>eve-nikr-net</serverId>
<url>${upload.url}</url>
<commands>
<!-- remove data directory -->
<command>rm -rf ${upload.program.delete}</command>
</commands>
</configuration>
</execution>
<execution>
<id>upload-update</id>
<phase>deploy</phase>
Expand Down

0 comments on commit 47ce303

Please sign in to comment.