I\'m trying to filter a Spring configuration file using Maven filtering. My POM is configured like this:
...
Have you tried to put the resources under src/main/resources/WEB-INF/... instead of and configured the resources area to filter the resources instead of putting configuration into a non default maven location.