maven项目打包跳过test验证
方法一:
通过idea 工具实现,点击右上角闪电图标, 看到test被划掉, 再打包就会跳过test测试.
方法二:
spring-boot-maven-plugin插件已经集成了maven-surefire-plugin插件
在pom.xml添加配置
通过idea 工具实现,点击右上角闪电图标, 看到test被划掉, 再打包就会跳过test测试.
spring-boot-maven-plugin插件已经集成了maven-surefire-plugin插件
在pom.xml添加配置