How to get Maven to use my TestNG XML file?
问题 **FIRST: I have read literally every post in here on how to do this, I am following all instructions to the letter including those from Maven itself. I have converted an Eclipse Selenium project using TestNG over to a Maven project. I cannot get Maven to run my tests from the Test.XML file instead of running in the default mode where it just picks up anything with the word "Test" in the file name... I can execute the test.xml directly and everything works, so I think I got the conversion