How to have IntelliJ build a jar to a directory and then run a separate jar as a run config? -


i developing plugins spigot , want able build , run them same place, server's output going terminal. how make intellij place jar in plugins folder , run server jar outside of it?

make artifact build jar directory , make run config executes other jar, , down @ bottom there list can have intellij build jar.


Comments