Eclipse Indigo, Tomcat 7, latest versions of Maven, WTP, and M2E/M2E-WTP plugins.
When Eclipse publishes my war to my local Tomcat server, it's not including src/test/resources. As a result it's not using my logback-test.xml and other test resources that I want to use in the context of local development. Is there any way to enable it to include these locally? I still want src/test/* to be excluded for the wars generated by "mvn install" that are deployed to production servers.