Issue with Eclipse WTP not copying over .xml/.properties for maven project

I’ve recently hit an issue where Eclipse doesn’t publish my properties or xml files from src/main/resources/ to my Tomcat deployment. This seems to force it along by populating the target directory.
mvn clean compile resources:resources war:exploded

Also tagged ,