I'm a newbie to m2e, First of all, is m2e-wtp a separate plugin for eclipse or it's included in m2e 1.0 core?
I've been reading many threads here regarding Run on server/debug on server not having resource filtering working, and that was about 1 year ago. Can this be done now?
I have multiple module maven project, with one of the module being webapp. I need to filter several properties files in src/main/webapp/WEB-INF/conf directory, and I can run Maven install build on CLI successfully with the resulting webapp war exploded directory and war file having properly filtered resources. But if I choose to Run on server/Debug on server, the tomcat server starts fine but the resources are not filtered.