Maven
test
# org.apache.maven.plugins:maven-surefire-plugin:2.22.0
mvn -Dtest=TestApp1,TestApp2 test
mvn -Dtest=TestApp1#testHello* test
# match pattern 'testHello*' and 'testMagic*'
mvn -Dtest=TestApp1#testHello*+testMagic* test
最后修改 2023-03-11: split into more parts (54b443e)