When I import a maven project I am finding that the src/test/java directory has everything excluded. I removed the exclusion and now I can right click and run as junit test, but I have found that I also need to manually run the process-test-resources goal to get my resources processed and in the class path.
Has anyone had these problems that can suggest a solution?
