Seems that question old as world, but I still can\'t find out the solution..
I\'m trying to run simple test:
@RunWith(SpringJUnit4ClassRunner.class)
I had the same problem, all files were successfully copied to target/classes and target/test-classes, still spring could not find them.
Problem disappeared when I explicitly specified versions for maven-surefire-plugin and maven-resources-plugin in pom