I am running IntelliJ Idea 13.1 and I am not able to find a way to manually provide the order of deployment of EAR , WAR Artifacts using IntelliJ GlassFish Application Server support.
IntelliJ keeps order as MyAdmin.war, MyEAR.ear, MyWeb.war
I want to reorder it as MyEAR.ear, MyAdmin.war, MyWeb.war (EAR before WARs)
But in IntelliJ IDEA 13.1 I am unable to find any option to do so. GlassFish I am using is 3.1.2
See attached screenshot for understanding the deployment issue.