Non-default testng file ignored during command line execution (-Dsurefire)
问题 Short Description My Eclipse Maven project has a default TestNG suite (in the testng.xml file), which runs all the tests, and customized TestNG suites, which runs only specified tests. From within the Eclipse IDE, I am able to run any TestNG suite but from the Windows 10 command line ( mvn test -Dsurefire.suiteXmlFiles=/path/to/customized_TestNG_file ) the customized TestNG suites are ignored and only the default TestNG suite (in the testng.xml file) is executed. Details TestNGProj is an