I'm sure there is an answer here, but I searched for the title and yielded nothing. Google was similarly unhelpful.
I have many projects in intelij, each with their own pom. They also have a parent-pom, that runs all of them.
I would like another pom that runs 4 specific projects in a set order. How do I do this?
Alternatively, in intellij can i just make a run command that just runs the 4 poms in order - that would be ideal.
Edit - the "possible duplicate", while I have no doubts exists, is definitely not what ever has been proposed.