If what you would like to do is to run just the test phase of the lifecycle without running all of the previous phases you could also call the goal that is bound to the test phase:
mvn surefire:test
or if you want to run just one test
mvn -Dtest=NameOfTest surefire:test
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…