标签: maven spring-boot junit integration-testing jhipster
我只想运行单元测试以覆盖代码,并跳过集成测试
尝试了类似的命令 mvn全新安装-Dmaven.test.failure.ignore = true
添加了以下插件 https://maven.apache.org/surefire/maven-failsafe-plugin/examples/skipping-tests.html
nt仍然没有作用