I'm trying to figure out how to modify the default startup/deployment ordering of artifacts in IntelliJ (I'm on IJ 11). It looks like it uses basic string ordering (ascending) to deploy the artifacts and it does so sequentially. I want to change it up a bit so I can control the order in which my artifacts are started.
I've searched the web and stack overflow for this and haven't found an answer. (SO Link: How to control webapp deployment order when restarting tomcat)
Any ideas? Thanks in advance.