IntelliJ export to server?
Hello, is there a way to export a JAVA plugin directly to a server, instead of going through the detour first to the PC and then to the server?
Hello, is there a way to export a JAVA plugin directly to a server, instead of going through the detour first to the PC and then to the server?
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.