Hi,
We are trying to migrate our maven multi module project from older version of MyEclipse where we used “eclipse:eclipse” to generate IDE environment. In 2015 CI we, as suggested, switched to Mave4MyEclispe.
Everything looks OK, except we can’t force MyEclipse to deploy our WAR to RedHat EAP 6.3 in the expanded mode where all depended java util modules (part of the same maven project) would be unpack into WEB-INF/classes instead of going into WEB-INF/lib as jars. We import root POM with Mave4MyEclispe wizard.
Here is major settings I verified:
– Merge Utility and EJB is active in Web project
– Deployment Assembly shows auto(on) for all dependent projects
I tried to google it, and I got impression that m2eclipse doesn’t support it in principal in direct way (there are some Tomcat specific workaround with class path manipulations, but it’s not our case). So is it supported? It would be a major set back for our team.
Thanks,
Maksym