Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
jo135
1 year ago

In a build with Maven or Gradle, you can also make a deploy step in which the generated artifact is loaded directly onto a server, for example with ssh.

https://gradle-ssh-plugin.github.io/

Or you release the relevant directory on the server as a network drive if you prefer to continue doing everything with your IDE.