Skip to content

Maven Notes

maven-surefire-plugin

参考:使用 maven 进行测试

# 查看当前测试插件绑定的生命周期
mvn help:describe -Dplugin=org.apache.maven.plugins:maven-surefire-plugin:2.7 -Ddetail

# 动态指定测试类:命令行 or 配置文件
mvn test -Dtest=RandomGenerateTest,AccountCopyServiceTest