I have a maven project and I would like to get a list of all the test classes and their file paths, without having to execute all the tests.
After I run "mvn test", the only files that I have under target/ are
checkstyle-cachefile checkstyle-checker.xml checkstyle-result.xml maven-shared-archive-resources
I want something very general, that doesn't require me to edit the pom.xml file.