I use Eclipse + Maven and - for unit testing purposes - the web framework I am working with (Tapestry 5) requires that view elements (*.tml) that are in src/main/resources also be present in src/test/resources.
I am not sure how to make sure they are present simultaneously in both folders.
Can anyone please help?