Maven Notes
maven-surefire-plugin¶
# 查看当前测试插件绑定的生命周期
mvn help:describe -Dplugin=org.apache.maven.plugins:maven-surefire-plugin:2.7 -Ddetail
# 动态指定测试类:命令行 or 配置文件
mvn test -Dtest=RandomGenerateTest,AccountCopyServiceTest
# 查看当前测试插件绑定的生命周期
mvn help:describe -Dplugin=org.apache.maven.plugins:maven-surefire-plugin:2.7 -Ddetail
# 动态指定测试类:命令行 or 配置文件
mvn test -Dtest=RandomGenerateTest,AccountCopyServiceTest