We have over 800 MB of test case resource files that are Excel format. Every time I run the "mvn clean test" command, they get re-copied to the target directory, and this takes about 5 minutes on my machine.
Is there a way to setup Maven (ideally via our pom.xml) so that it will NOT copy our testResources to the target directory, instead using them directly from src/test/resources?