I'm got a pretty simple question... I have a Maven 3 project set up like so:
Root POM project - EAR project: depends on the WAR project - WAR project
I'd like to use the assembly plug-in to make a ZIP file containing the exploded EAR (which contains the WAR). Any suggestions on how I should do this? Should I put the assembly configuration details in the root .pom or EAR .pom?
Thanks! -Jon